Interface protos.google.container.v1.ICluster (2.3.2)

Properties of a Cluster.

Package

@google-cloud/container!

Properties

addonsConfig

addonsConfig?: (google.container.v1.IAddonsConfig|null);

Cluster addonsConfig

Property Value
TypeDescription
(google.container.v1.IAddonsConfig|null)

authenticatorGroupsConfig

authenticatorGroupsConfig?: (google.container.v1.IAuthenticatorGroupsConfig|null);

Cluster authenticatorGroupsConfig

Property Value
TypeDescription
(google.container.v1.IAuthenticatorGroupsConfig|null)

autoscaling

autoscaling?: (google.container.v1.IClusterAutoscaling|null);

Cluster autoscaling

Property Value
TypeDescription
(google.container.v1.IClusterAutoscaling|null)

binaryAuthorization

binaryAuthorization?: (google.container.v1.IBinaryAuthorization|null);

Cluster binaryAuthorization

Property Value
TypeDescription
(google.container.v1.IBinaryAuthorization|null)

clusterIpv4Cidr

clusterIpv4Cidr?: (string|null);

Cluster clusterIpv4Cidr

Property Value
TypeDescription
(string|null)

conditions

conditions?: (google.container.v1.IStatusCondition[]|null);

Cluster conditions

Property Value
TypeDescription
(google.container.v1.IStatusCondition[]|null)

createTime

createTime?: (string|null);

Cluster createTime

Property Value
TypeDescription
(string|null)

currentMasterVersion

currentMasterVersion?: (string|null);

Cluster currentMasterVersion

Property Value
TypeDescription
(string|null)

currentNodeCount

currentNodeCount?: (number|null);

Cluster currentNodeCount

Property Value
TypeDescription
(number|null)

currentNodeVersion

currentNodeVersion?: (string|null);

Cluster currentNodeVersion

Property Value
TypeDescription
(string|null)

databaseEncryption

databaseEncryption?: (google.container.v1.IDatabaseEncryption|null);

Cluster databaseEncryption

Property Value
TypeDescription
(google.container.v1.IDatabaseEncryption|null)

defaultMaxPodsConstraint

defaultMaxPodsConstraint?: (google.container.v1.IMaxPodsConstraint|null);

Cluster defaultMaxPodsConstraint

Property Value
TypeDescription
(google.container.v1.IMaxPodsConstraint|null)

description

description?: (string|null);

Cluster description

Property Value
TypeDescription
(string|null)

enableKubernetesAlpha

enableKubernetesAlpha?: (boolean|null);

Cluster enableKubernetesAlpha

Property Value
TypeDescription
(boolean|null)

enableTpu

enableTpu?: (boolean|null);

Cluster enableTpu

Property Value
TypeDescription
(boolean|null)

endpoint

endpoint?: (string|null);

Cluster endpoint

Property Value
TypeDescription
(string|null)

expireTime

expireTime?: (string|null);

Cluster expireTime

Property Value
TypeDescription
(string|null)

initialClusterVersion

initialClusterVersion?: (string|null);

Cluster initialClusterVersion

Property Value
TypeDescription
(string|null)

initialNodeCount

initialNodeCount?: (number|null);

Cluster initialNodeCount

Property Value
TypeDescription
(number|null)

instanceGroupUrls

instanceGroupUrls?: (string[]|null);

Cluster instanceGroupUrls

Property Value
TypeDescription
(string[]|null)

ipAllocationPolicy

ipAllocationPolicy?: (google.container.v1.IIPAllocationPolicy|null);

Cluster ipAllocationPolicy

Property Value
TypeDescription
(google.container.v1.IIPAllocationPolicy|null)

labelFingerprint

labelFingerprint?: (string|null);

Cluster labelFingerprint

Property Value
TypeDescription
(string|null)

legacyAbac

legacyAbac?: (google.container.v1.ILegacyAbac|null);

Cluster legacyAbac

Property Value
TypeDescription
(google.container.v1.ILegacyAbac|null)

location

location?: (string|null);

Cluster location

Property Value
TypeDescription
(string|null)

locations

locations?: (string[]|null);

Cluster locations

Property Value
TypeDescription
(string[]|null)

loggingService

loggingService?: (string|null);

Cluster loggingService

Property Value
TypeDescription
(string|null)

maintenancePolicy

maintenancePolicy?: (google.container.v1.IMaintenancePolicy|null);

Cluster maintenancePolicy

Property Value
TypeDescription
(google.container.v1.IMaintenancePolicy|null)

masterAuth

masterAuth?: (google.container.v1.IMasterAuth|null);

Cluster masterAuth

Property Value
TypeDescription
(google.container.v1.IMasterAuth|null)

masterAuthorizedNetworksConfig

masterAuthorizedNetworksConfig?: (google.container.v1.IMasterAuthorizedNetworksConfig|null);

Cluster masterAuthorizedNetworksConfig

Property Value
TypeDescription
(google.container.v1.IMasterAuthorizedNetworksConfig|null)

monitoringService

monitoringService?: (string|null);

Cluster monitoringService

Property Value
TypeDescription
(string|null)

name

name?: (string|null);

Cluster name

Property Value
TypeDescription
(string|null)

network

network?: (string|null);

Cluster network

Property Value
TypeDescription
(string|null)

networkConfig

networkConfig?: (google.container.v1.INetworkConfig|null);

Cluster networkConfig

Property Value
TypeDescription
(google.container.v1.INetworkConfig|null)

networkPolicy

networkPolicy?: (google.container.v1.INetworkPolicy|null);

Cluster networkPolicy

Property Value
TypeDescription
(google.container.v1.INetworkPolicy|null)

nodeConfig

nodeConfig?: (google.container.v1.INodeConfig|null);

Cluster nodeConfig

Property Value
TypeDescription
(google.container.v1.INodeConfig|null)

nodeIpv4CidrSize

nodeIpv4CidrSize?: (number|null);

Cluster nodeIpv4CidrSize

Property Value
TypeDescription
(number|null)

nodePools

nodePools?: (google.container.v1.INodePool[]|null);

Cluster nodePools

Property Value
TypeDescription
(google.container.v1.INodePool[]|null)

privateClusterConfig

privateClusterConfig?: (google.container.v1.IPrivateClusterConfig|null);

Cluster privateClusterConfig

Property Value
TypeDescription
(google.container.v1.IPrivateClusterConfig|null)

releaseChannel

releaseChannel?: (google.container.v1.IReleaseChannel|null);

Cluster releaseChannel

Property Value
TypeDescription
(google.container.v1.IReleaseChannel|null)

resourceLabels

resourceLabels?: ({ [k: string]: string }|null);

Cluster resourceLabels

Property Value
TypeDescription
({ [k: string]: string }|null)

resourceUsageExportConfig

resourceUsageExportConfig?: (google.container.v1.IResourceUsageExportConfig|null);

Cluster resourceUsageExportConfig

Property Value
TypeDescription
(google.container.v1.IResourceUsageExportConfig|null)
selfLink?: (string|null);

Cluster selfLink

Property Value
TypeDescription
(string|null)

servicesIpv4Cidr

servicesIpv4Cidr?: (string|null);

Cluster servicesIpv4Cidr

Property Value
TypeDescription
(string|null)

shieldedNodes

shieldedNodes?: (google.container.v1.IShieldedNodes|null);

Cluster shieldedNodes

Property Value
TypeDescription
(google.container.v1.IShieldedNodes|null)

status

status?: (google.container.v1.Cluster.Status|keyof typeof google.container.v1.Cluster.Status|null);

Cluster status

Property Value
TypeDescription
(google.container.v1.Cluster.Status|keyof typeof google.container.v1.Cluster.Status|null)

statusMessage

statusMessage?: (string|null);

Cluster statusMessage

Property Value
TypeDescription
(string|null)

subnetwork

subnetwork?: (string|null);

Cluster subnetwork

Property Value
TypeDescription
(string|null)

tpuIpv4CidrBlock

tpuIpv4CidrBlock?: (string|null);

Cluster tpuIpv4CidrBlock

Property Value
TypeDescription
(string|null)

verticalPodAutoscaling

verticalPodAutoscaling?: (google.container.v1.IVerticalPodAutoscaling|null);

Cluster verticalPodAutoscaling

Property Value
TypeDescription
(google.container.v1.IVerticalPodAutoscaling|null)

workloadIdentityConfig

workloadIdentityConfig?: (google.container.v1.IWorkloadIdentityConfig|null);

Cluster workloadIdentityConfig

Property Value
TypeDescription
(google.container.v1.IWorkloadIdentityConfig|null)

zone

zone?: (string|null);

Cluster zone

Property Value
TypeDescription
(string|null)