Container Functions
object ContainerFunctions
Functions
Link copied to clipboard
suspend fun getAttachedInstallManifest(argument: GetAttachedInstallManifestPlainArgs): GetAttachedInstallManifestResult
Provides access to available platform versions in a location for a given project.
suspend fun getAttachedInstallManifest(argument: suspend GetAttachedInstallManifestPlainArgsBuilder.() -> Unit): GetAttachedInstallManifestResult
suspend fun getAttachedInstallManifest(clusterId: String, location: String, platformVersion: String, project: String): GetAttachedInstallManifestResult
Link copied to clipboard
Provides access to available platform versions in a location for a given project.
suspend fun getAttachedVersions(argument: suspend GetAttachedVersionsPlainArgsBuilder.() -> Unit): GetAttachedVersionsResult
Link copied to clipboard
Provides access to available Kubernetes versions in a location for a given project.
suspend fun getAwsVersions(argument: suspend GetAwsVersionsPlainArgsBuilder.() -> Unit): GetAwsVersionsResult
Link copied to clipboard
Provides access to available Kubernetes versions in a location for a given project.
suspend fun getAzureVersions(argument: suspend GetAzureVersionsPlainArgsBuilder.() -> Unit): GetAzureVersionsResult
suspend fun getAzureVersions(location: String? = null, project: String? = null): GetAzureVersionsResult
Link copied to clipboard
Get info about a GKE cluster from its name and location.
suspend fun getCluster(location: String? = null, name: String, project: String? = null): GetClusterResult
Link copied to clipboard
Provides access to available Google Kubernetes Engine versions in a zone or region for a given project. To get more information about GKE versions, see:
suspend fun getEngineVersions(argument: suspend GetEngineVersionsPlainArgsBuilder.() -> Unit): GetEngineVersionsResult
suspend fun getEngineVersions(location: String? = null, project: String? = null, versionPrefix: String? = null): GetEngineVersionsResult
Link copied to clipboard
suspend fun getRegistryImage(argument: suspend GetRegistryImagePlainArgsBuilder.() -> Unit): GetRegistryImageResult
suspend fun getRegistryImage(digest: String? = null, name: String, project: String? = null, region: String? = null, tag: String? = null): GetRegistryImageResult
Link copied to clipboard
suspend fun getRegistryRepository(argument: GetRegistryRepositoryPlainArgs): GetRegistryRepositoryResult
suspend fun getRegistryRepository(argument: suspend GetRegistryRepositoryPlainArgsBuilder.() -> Unit): GetRegistryRepositoryResult
suspend fun getRegistryRepository(project: String? = null, region: String? = null): GetRegistryRepositoryResult