Represents a Cluster.
Package
@google-cloud/containerConstructors
(constructor)(properties)
constructor(properties?: google.container.v1.ICluster);
Constructs a new Cluster.
Name | Description |
properties |
ICluster
Properties to set |
Properties
_nodePoolDefaults
public _nodePoolDefaults?: "nodePoolDefaults";
Cluster _nodePoolDefaults.
addonsConfig
public addonsConfig?: (google.container.v1.IAddonsConfig|null);
Cluster addonsConfig.
authenticatorGroupsConfig
public authenticatorGroupsConfig?: (google.container.v1.IAuthenticatorGroupsConfig|null);
Cluster authenticatorGroupsConfig.
autopilot
public autopilot?: (google.container.v1.IAutopilot|null);
Cluster autopilot.
autoscaling
public autoscaling?: (google.container.v1.IClusterAutoscaling|null);
Cluster autoscaling.
binaryAuthorization
public binaryAuthorization?: (google.container.v1.IBinaryAuthorization|null);
Cluster binaryAuthorization.
clusterIpv4Cidr
public clusterIpv4Cidr: string;
Cluster clusterIpv4Cidr.
conditions
public conditions: google.container.v1.IStatusCondition[];
Cluster conditions.
confidentialNodes
public confidentialNodes?: (google.container.v1.IConfidentialNodes|null);
Cluster confidentialNodes.
createTime
public createTime: string;
Cluster createTime.
currentMasterVersion
public currentMasterVersion: string;
Cluster currentMasterVersion.
currentNodeCount
public currentNodeCount: number;
Cluster currentNodeCount.
currentNodeVersion
public currentNodeVersion: string;
Cluster currentNodeVersion.
databaseEncryption
public databaseEncryption?: (google.container.v1.IDatabaseEncryption|null);
Cluster databaseEncryption.
defaultMaxPodsConstraint
public defaultMaxPodsConstraint?: (google.container.v1.IMaxPodsConstraint|null);
Cluster defaultMaxPodsConstraint.
description
public description: string;
Cluster description.
enableKubernetesAlpha
public enableKubernetesAlpha: boolean;
Cluster enableKubernetesAlpha.
enableTpu
public enableTpu: boolean;
Cluster enableTpu.
endpoint
public endpoint: string;
Cluster endpoint.
expireTime
public expireTime: string;
Cluster expireTime.
id
public id: string;
Cluster id.
identityServiceConfig
public identityServiceConfig?: (google.container.v1.IIdentityServiceConfig|null);
Cluster identityServiceConfig.
initialClusterVersion
public initialClusterVersion: string;
Cluster initialClusterVersion.
initialNodeCount
public initialNodeCount: number;
Cluster initialNodeCount.
instanceGroupUrls
public instanceGroupUrls: string[];
Cluster instanceGroupUrls.
ipAllocationPolicy
public ipAllocationPolicy?: (google.container.v1.IIPAllocationPolicy|null);
Cluster ipAllocationPolicy.
labelFingerprint
public labelFingerprint: string;
Cluster labelFingerprint.
legacyAbac
public legacyAbac?: (google.container.v1.ILegacyAbac|null);
Cluster legacyAbac.
location
public location: string;
Cluster location.
locations
public locations: string[];
Cluster locations.
loggingConfig
public loggingConfig?: (google.container.v1.ILoggingConfig|null);
Cluster loggingConfig.
loggingService
public loggingService: string;
Cluster loggingService.
maintenancePolicy
public maintenancePolicy?: (google.container.v1.IMaintenancePolicy|null);
Cluster maintenancePolicy.
masterAuth
public masterAuth?: (google.container.v1.IMasterAuth|null);
Cluster masterAuth.
masterAuthorizedNetworksConfig
public masterAuthorizedNetworksConfig?: (google.container.v1.IMasterAuthorizedNetworksConfig|null);
Cluster masterAuthorizedNetworksConfig.
meshCertificates
public meshCertificates?: (google.container.v1.IMeshCertificates|null);
Cluster meshCertificates.
monitoringConfig
public monitoringConfig?: (google.container.v1.IMonitoringConfig|null);
Cluster monitoringConfig.
monitoringService
public monitoringService: string;
Cluster monitoringService.
name
public name: string;
Cluster name.
network
public network: string;
Cluster network.
networkConfig
public networkConfig?: (google.container.v1.INetworkConfig|null);
Cluster networkConfig.
networkPolicy
public networkPolicy?: (google.container.v1.INetworkPolicy|null);
Cluster networkPolicy.
nodeConfig
public nodeConfig?: (google.container.v1.INodeConfig|null);
Cluster nodeConfig.
nodeIpv4CidrSize
public nodeIpv4CidrSize: number;
Cluster nodeIpv4CidrSize.
nodePoolAutoConfig
public nodePoolAutoConfig?: (google.container.v1.INodePoolAutoConfig|null);
Cluster nodePoolAutoConfig.
nodePoolDefaults
public nodePoolDefaults?: (google.container.v1.INodePoolDefaults|null);
Cluster nodePoolDefaults.
nodePools
public nodePools: google.container.v1.INodePool[];
Cluster nodePools.
notificationConfig
public notificationConfig?: (google.container.v1.INotificationConfig|null);
Cluster notificationConfig.
privateClusterConfig
public privateClusterConfig?: (google.container.v1.IPrivateClusterConfig|null);
Cluster privateClusterConfig.
releaseChannel
public releaseChannel?: (google.container.v1.IReleaseChannel|null);
Cluster releaseChannel.
resourceLabels
public resourceLabels: { [k: string]: string };
Cluster resourceLabels.
resourceUsageExportConfig
public resourceUsageExportConfig?: (google.container.v1.IResourceUsageExportConfig|null);
Cluster resourceUsageExportConfig.
selfLink
public selfLink: string;
Cluster selfLink.
servicesIpv4Cidr
public servicesIpv4Cidr: string;
Cluster servicesIpv4Cidr.
shieldedNodes
public shieldedNodes?: (google.container.v1.IShieldedNodes|null);
Cluster shieldedNodes.
status
public status: (google.container.v1.Cluster.Status|keyof typeof google.container.v1.Cluster.Status);
Cluster status.
statusMessage
public statusMessage: string;
Cluster statusMessage.
subnetwork
public subnetwork: string;
Cluster subnetwork.
tpuIpv4CidrBlock
public tpuIpv4CidrBlock: string;
Cluster tpuIpv4CidrBlock.
verticalPodAutoscaling
public verticalPodAutoscaling?: (google.container.v1.IVerticalPodAutoscaling|null);
Cluster verticalPodAutoscaling.
workloadIdentityConfig
public workloadIdentityConfig?: (google.container.v1.IWorkloadIdentityConfig|null);
Cluster workloadIdentityConfig.
zone
public zone: string;
Cluster zone.
Methods
create(properties)
public static create(properties?: google.container.v1.ICluster): google.container.v1.Cluster;
Creates a new Cluster instance using the specified properties.
Name | Description |
properties |
ICluster
Properties to set |
Type | Description |
google.container.v1.Cluster | Cluster instance |
decode(reader, length)
public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.container.v1.Cluster;
Decodes a Cluster message from the specified reader or buffer.
Name | Description |
reader |
($protobuf.Reader|Uint8Array)
Reader or buffer to decode from |
length |
number
Message length if known beforehand |
Type | Description |
google.container.v1.Cluster | Cluster |
decodeDelimited(reader)
public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.container.v1.Cluster;
Decodes a Cluster message from the specified reader or buffer, length delimited.
Name | Description |
reader |
($protobuf.Reader|Uint8Array)
Reader or buffer to decode from |
Type | Description |
google.container.v1.Cluster | Cluster |
encode(message, writer)
public static encode(message: google.container.v1.ICluster, writer?: $protobuf.Writer): $protobuf.Writer;
Encodes the specified Cluster message. Does not implicitly messages.
Name | Description |
message |
ICluster
Cluster message or plain object to encode |
writer |
$protobuf.Writer
Writer to encode to |
Type | Description |
$protobuf.Writer | Writer |
encodeDelimited(message, writer)
public static encodeDelimited(message: google.container.v1.ICluster, writer?: $protobuf.Writer): $protobuf.Writer;
Encodes the specified Cluster message, length delimited. Does not implicitly messages.
Name | Description |
message |
ICluster
Cluster message or plain object to encode |
writer |
$protobuf.Writer
Writer to encode to |
Type | Description |
$protobuf.Writer | Writer |
fromObject(object)
public static fromObject(object: { [k: string]: any }): google.container.v1.Cluster;
Creates a Cluster message from a plain object. Also converts values to their respective internal types.
Name | Description |
object |
{ [k: string]: any }
Plain object |
Type | Description |
google.container.v1.Cluster | Cluster |
getTypeUrl(typeUrlPrefix)
public static getTypeUrl(typeUrlPrefix?: string): string;
Gets the default type url for Cluster
Name | Description |
typeUrlPrefix |
string
your custom typeUrlPrefix(default "type.googleapis.com") |
Type | Description |
string | The default type url |
toJSON()
public toJSON(): { [k: string]: any };
Converts this Cluster to JSON.
Type | Description |
{ [k: string]: any } | JSON object |
toObject(message, options)
public static toObject(message: google.container.v1.Cluster, options?: $protobuf.IConversionOptions): { [k: string]: any };
Creates a plain object from a Cluster message. Also converts values to other types if specified.
Name | Description |
message |
google.container.v1.Cluster
Cluster |
options |
$protobuf.IConversionOptions
Conversion options |
Type | Description |
{ [k: string]: any } | Plain object |
verify(message)
public static verify(message: { [k: string]: any }): (string|null);
Verifies a Cluster message.
Name | Description |
message |
{ [k: string]: any }
Plain object to verify |
Type | Description |
(string|null) |
|