次の方法で共有


IWithVersion インターフェイス

定義

オーケストレーションの種類を指定できる Kubernetes クラスター定義のステージ。

public interface IWithVersion
type IWithVersion = interface
Public Interface IWithVersion
派生

メソッド

WithLatestVersion()

Kubernetes クラスターの最新バージョンを使用します。

WithVersion(KubernetesVersion)

Kubernetes クラスターのバージョンを指定します。

WithVersion(String)

Kubernetes クラスターのバージョンを指定します。

適用対象