Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi
google-native.gkeonprem/v1.getBareMetalCluster
Explore with Pulumi AI
Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi
Gets details of a single bare metal Cluster.
Using getBareMetalCluster
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getBareMetalCluster(args: GetBareMetalClusterArgs, opts?: InvokeOptions): Promise<GetBareMetalClusterResult>
function getBareMetalClusterOutput(args: GetBareMetalClusterOutputArgs, opts?: InvokeOptions): Output<GetBareMetalClusterResult>def get_bare_metal_cluster(bare_metal_cluster_id: Optional[str] = None,
                           location: Optional[str] = None,
                           project: Optional[str] = None,
                           view: Optional[str] = None,
                           opts: Optional[InvokeOptions] = None) -> GetBareMetalClusterResult
def get_bare_metal_cluster_output(bare_metal_cluster_id: Optional[pulumi.Input[str]] = None,
                           location: Optional[pulumi.Input[str]] = None,
                           project: Optional[pulumi.Input[str]] = None,
                           view: Optional[pulumi.Input[str]] = None,
                           opts: Optional[InvokeOptions] = None) -> Output[GetBareMetalClusterResult]func LookupBareMetalCluster(ctx *Context, args *LookupBareMetalClusterArgs, opts ...InvokeOption) (*LookupBareMetalClusterResult, error)
func LookupBareMetalClusterOutput(ctx *Context, args *LookupBareMetalClusterOutputArgs, opts ...InvokeOption) LookupBareMetalClusterResultOutput> Note: This function is named LookupBareMetalCluster in the Go SDK.
public static class GetBareMetalCluster 
{
    public static Task<GetBareMetalClusterResult> InvokeAsync(GetBareMetalClusterArgs args, InvokeOptions? opts = null)
    public static Output<GetBareMetalClusterResult> Invoke(GetBareMetalClusterInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetBareMetalClusterResult> getBareMetalCluster(GetBareMetalClusterArgs args, InvokeOptions options)
public static Output<GetBareMetalClusterResult> getBareMetalCluster(GetBareMetalClusterArgs args, InvokeOptions options)
fn::invoke:
  function: google-native:gkeonprem/v1:getBareMetalCluster
  arguments:
    # arguments dictionaryThe following arguments are supported:
- BareMetal stringCluster Id 
- Location string
- Project string
- View string
- BareMetal stringCluster Id 
- Location string
- Project string
- View string
- bareMetal StringCluster Id 
- location String
- project String
- view String
- bareMetal stringCluster Id 
- location string
- project string
- view string
- bare_metal_ strcluster_ id 
- location str
- project str
- view str
- bareMetal StringCluster Id 
- location String
- project String
- view String
getBareMetalCluster Result
The following output properties are available:
- AdminCluster stringMembership 
- The admin cluster this bare metal user cluster belongs to. This is the full resource name of the admin cluster's fleet membership.
- AdminCluster stringName 
- The resource name of the bare metal admin cluster managing this user cluster.
- Annotations Dictionary<string, string>
- Annotations on the bare metal user cluster. This field has the same restrictions as Kubernetes annotations. The total size of all keys and values combined is limited to 256k. Key can have 2 segments: prefix (optional) and name (required), separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between.
- BareMetal stringVersion 
- The Anthos clusters on bare metal version for your user cluster.
- 
Pulumi.Google Native. Gkeonprem. V1. Outputs. Binary Authorization Response 
- Binary Authorization related configurations.
- ClusterOperations Pulumi.Google Native. Gkeonprem. V1. Outputs. Bare Metal Cluster Operations Config Response 
- Cluster operations configuration.
- ControlPlane Pulumi.Google Native. Gkeonprem. V1. Outputs. Bare Metal Control Plane Config Response 
- Control plane configuration.
- CreateTime string
- The time when the bare metal user cluster was created.
- DeleteTime string
- The time when the bare metal user cluster was deleted. If the resource is not deleted, this must be empty
- Description string
- A human readable description of this bare metal user cluster.
- Endpoint string
- The IP address of the bare metal user cluster's API server.
- Etag string
- This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding. Allows clients to perform consistent read-modify-writes through optimistic concurrency control.
- Fleet
Pulumi.Google Native. Gkeonprem. V1. Outputs. Fleet Response 
- Fleet configuration for the cluster.
- LoadBalancer Pulumi.Google Native. Gkeonprem. V1. Outputs. Bare Metal Load Balancer Config Response 
- Load balancer configuration.
- LocalName string
- The object name of the bare metal user cluster custom resource on the associated admin cluster. This field is used to support conflicting names when enrolling existing clusters to the API. When used as a part of cluster enrollment, this field will differ from the name in the resource name. For new clusters, this field will match the user provided cluster name and be visible in the last component of the resource name. It is not modifiable. When the local name and cluster name differ, the local name is used in the admin cluster controller logs. You use the cluster name when accessing the cluster using bmctl and kubectl.
- MaintenanceConfig Pulumi.Google Native. Gkeonprem. V1. Outputs. Bare Metal Maintenance Config Response 
- Maintenance configuration.
- MaintenanceStatus Pulumi.Google Native. Gkeonprem. V1. Outputs. Bare Metal Maintenance Status Response 
- Status of on-going maintenance tasks.
- Name string
- Immutable. The bare metal user cluster resource name.
- NetworkConfig Pulumi.Google Native. Gkeonprem. V1. Outputs. Bare Metal Network Config Response 
- Network configuration.
- NodeAccess Pulumi.Config Google Native. Gkeonprem. V1. Outputs. Bare Metal Node Access Config Response 
- Node access related configurations.
- NodeConfig Pulumi.Google Native. Gkeonprem. V1. Outputs. Bare Metal Workload Node Config Response 
- Workload node configuration.
- OsEnvironment Pulumi.Config Google Native. Gkeonprem. V1. Outputs. Bare Metal Os Environment Config Response 
- OS environment related configurations.
- Proxy
Pulumi.Google Native. Gkeonprem. V1. Outputs. Bare Metal Proxy Config Response 
- Proxy configuration.
- Reconciling bool
- If set, there are currently changes in flight to the bare metal user cluster.
- SecurityConfig Pulumi.Google Native. Gkeonprem. V1. Outputs. Bare Metal Security Config Response 
- Security related setting configuration.
- State string
- The current state of the bare metal user cluster.
- Status
Pulumi.Google Native. Gkeonprem. V1. Outputs. Resource Status Response 
- Detailed cluster status.
- Storage
Pulumi.Google Native. Gkeonprem. V1. Outputs. Bare Metal Storage Config Response 
- Storage configuration.
- Uid string
- The unique identifier of the bare metal user cluster.
- UpdateTime string
- The time when the bare metal user cluster was last updated.
- UpgradePolicy Pulumi.Google Native. Gkeonprem. V1. Outputs. Bare Metal Cluster Upgrade Policy Response 
- The cluster upgrade policy.
- ValidationCheck Pulumi.Google Native. Gkeonprem. V1. Outputs. Validation Check Response 
- The result of the preflight check.
- AdminCluster stringMembership 
- The admin cluster this bare metal user cluster belongs to. This is the full resource name of the admin cluster's fleet membership.
- AdminCluster stringName 
- The resource name of the bare metal admin cluster managing this user cluster.
- Annotations map[string]string
- Annotations on the bare metal user cluster. This field has the same restrictions as Kubernetes annotations. The total size of all keys and values combined is limited to 256k. Key can have 2 segments: prefix (optional) and name (required), separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between.
- BareMetal stringVersion 
- The Anthos clusters on bare metal version for your user cluster.
- 
BinaryAuthorization Response 
- Binary Authorization related configurations.
- ClusterOperations BareMetal Cluster Operations Config Response 
- Cluster operations configuration.
- ControlPlane BareMetal Control Plane Config Response 
- Control plane configuration.
- CreateTime string
- The time when the bare metal user cluster was created.
- DeleteTime string
- The time when the bare metal user cluster was deleted. If the resource is not deleted, this must be empty
- Description string
- A human readable description of this bare metal user cluster.
- Endpoint string
- The IP address of the bare metal user cluster's API server.
- Etag string
- This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding. Allows clients to perform consistent read-modify-writes through optimistic concurrency control.
- Fleet
FleetResponse 
- Fleet configuration for the cluster.
- LoadBalancer BareMetal Load Balancer Config Response 
- Load balancer configuration.
- LocalName string
- The object name of the bare metal user cluster custom resource on the associated admin cluster. This field is used to support conflicting names when enrolling existing clusters to the API. When used as a part of cluster enrollment, this field will differ from the name in the resource name. For new clusters, this field will match the user provided cluster name and be visible in the last component of the resource name. It is not modifiable. When the local name and cluster name differ, the local name is used in the admin cluster controller logs. You use the cluster name when accessing the cluster using bmctl and kubectl.
- MaintenanceConfig BareMetal Maintenance Config Response 
- Maintenance configuration.
- MaintenanceStatus BareMetal Maintenance Status Response 
- Status of on-going maintenance tasks.
- Name string
- Immutable. The bare metal user cluster resource name.
- NetworkConfig BareMetal Network Config Response 
- Network configuration.
- NodeAccess BareConfig Metal Node Access Config Response 
- Node access related configurations.
- NodeConfig BareMetal Workload Node Config Response 
- Workload node configuration.
- OsEnvironment BareConfig Metal Os Environment Config Response 
- OS environment related configurations.
- Proxy
BareMetal Proxy Config Response 
- Proxy configuration.
- Reconciling bool
- If set, there are currently changes in flight to the bare metal user cluster.
- SecurityConfig BareMetal Security Config Response 
- Security related setting configuration.
- State string
- The current state of the bare metal user cluster.
- Status
ResourceStatus Response 
- Detailed cluster status.
- Storage
BareMetal Storage Config Response 
- Storage configuration.
- Uid string
- The unique identifier of the bare metal user cluster.
- UpdateTime string
- The time when the bare metal user cluster was last updated.
- UpgradePolicy BareMetal Cluster Upgrade Policy Response 
- The cluster upgrade policy.
- ValidationCheck ValidationCheck Response 
- The result of the preflight check.
- adminCluster StringMembership 
- The admin cluster this bare metal user cluster belongs to. This is the full resource name of the admin cluster's fleet membership.
- adminCluster StringName 
- The resource name of the bare metal admin cluster managing this user cluster.
- annotations Map<String,String>
- Annotations on the bare metal user cluster. This field has the same restrictions as Kubernetes annotations. The total size of all keys and values combined is limited to 256k. Key can have 2 segments: prefix (optional) and name (required), separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between.
- bareMetal StringVersion 
- The Anthos clusters on bare metal version for your user cluster.
- 
BinaryAuthorization Response 
- Binary Authorization related configurations.
- clusterOperations BareMetal Cluster Operations Config Response 
- Cluster operations configuration.
- controlPlane BareMetal Control Plane Config Response 
- Control plane configuration.
- createTime String
- The time when the bare metal user cluster was created.
- deleteTime String
- The time when the bare metal user cluster was deleted. If the resource is not deleted, this must be empty
- description String
- A human readable description of this bare metal user cluster.
- endpoint String
- The IP address of the bare metal user cluster's API server.
- etag String
- This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding. Allows clients to perform consistent read-modify-writes through optimistic concurrency control.
- fleet
FleetResponse 
- Fleet configuration for the cluster.
- loadBalancer BareMetal Load Balancer Config Response 
- Load balancer configuration.
- localName String
- The object name of the bare metal user cluster custom resource on the associated admin cluster. This field is used to support conflicting names when enrolling existing clusters to the API. When used as a part of cluster enrollment, this field will differ from the name in the resource name. For new clusters, this field will match the user provided cluster name and be visible in the last component of the resource name. It is not modifiable. When the local name and cluster name differ, the local name is used in the admin cluster controller logs. You use the cluster name when accessing the cluster using bmctl and kubectl.
- maintenanceConfig BareMetal Maintenance Config Response 
- Maintenance configuration.
- maintenanceStatus BareMetal Maintenance Status Response 
- Status of on-going maintenance tasks.
- name String
- Immutable. The bare metal user cluster resource name.
- networkConfig BareMetal Network Config Response 
- Network configuration.
- nodeAccess BareConfig Metal Node Access Config Response 
- Node access related configurations.
- nodeConfig BareMetal Workload Node Config Response 
- Workload node configuration.
- osEnvironment BareConfig Metal Os Environment Config Response 
- OS environment related configurations.
- proxy
BareMetal Proxy Config Response 
- Proxy configuration.
- reconciling Boolean
- If set, there are currently changes in flight to the bare metal user cluster.
- securityConfig BareMetal Security Config Response 
- Security related setting configuration.
- state String
- The current state of the bare metal user cluster.
- status
ResourceStatus Response 
- Detailed cluster status.
- storage
BareMetal Storage Config Response 
- Storage configuration.
- uid String
- The unique identifier of the bare metal user cluster.
- updateTime String
- The time when the bare metal user cluster was last updated.
- upgradePolicy BareMetal Cluster Upgrade Policy Response 
- The cluster upgrade policy.
- validationCheck ValidationCheck Response 
- The result of the preflight check.
- adminCluster stringMembership 
- The admin cluster this bare metal user cluster belongs to. This is the full resource name of the admin cluster's fleet membership.
- adminCluster stringName 
- The resource name of the bare metal admin cluster managing this user cluster.
- annotations {[key: string]: string}
- Annotations on the bare metal user cluster. This field has the same restrictions as Kubernetes annotations. The total size of all keys and values combined is limited to 256k. Key can have 2 segments: prefix (optional) and name (required), separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between.
- bareMetal stringVersion 
- The Anthos clusters on bare metal version for your user cluster.
- 
BinaryAuthorization Response 
- Binary Authorization related configurations.
- clusterOperations BareMetal Cluster Operations Config Response 
- Cluster operations configuration.
- controlPlane BareMetal Control Plane Config Response 
- Control plane configuration.
- createTime string
- The time when the bare metal user cluster was created.
- deleteTime string
- The time when the bare metal user cluster was deleted. If the resource is not deleted, this must be empty
- description string
- A human readable description of this bare metal user cluster.
- endpoint string
- The IP address of the bare metal user cluster's API server.
- etag string
- This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding. Allows clients to perform consistent read-modify-writes through optimistic concurrency control.
- fleet
FleetResponse 
- Fleet configuration for the cluster.
- loadBalancer BareMetal Load Balancer Config Response 
- Load balancer configuration.
- localName string
- The object name of the bare metal user cluster custom resource on the associated admin cluster. This field is used to support conflicting names when enrolling existing clusters to the API. When used as a part of cluster enrollment, this field will differ from the name in the resource name. For new clusters, this field will match the user provided cluster name and be visible in the last component of the resource name. It is not modifiable. When the local name and cluster name differ, the local name is used in the admin cluster controller logs. You use the cluster name when accessing the cluster using bmctl and kubectl.
- maintenanceConfig BareMetal Maintenance Config Response 
- Maintenance configuration.
- maintenanceStatus BareMetal Maintenance Status Response 
- Status of on-going maintenance tasks.
- name string
- Immutable. The bare metal user cluster resource name.
- networkConfig BareMetal Network Config Response 
- Network configuration.
- nodeAccess BareConfig Metal Node Access Config Response 
- Node access related configurations.
- nodeConfig BareMetal Workload Node Config Response 
- Workload node configuration.
- osEnvironment BareConfig Metal Os Environment Config Response 
- OS environment related configurations.
- proxy
BareMetal Proxy Config Response 
- Proxy configuration.
- reconciling boolean
- If set, there are currently changes in flight to the bare metal user cluster.
- securityConfig BareMetal Security Config Response 
- Security related setting configuration.
- state string
- The current state of the bare metal user cluster.
- status
ResourceStatus Response 
- Detailed cluster status.
- storage
BareMetal Storage Config Response 
- Storage configuration.
- uid string
- The unique identifier of the bare metal user cluster.
- updateTime string
- The time when the bare metal user cluster was last updated.
- upgradePolicy BareMetal Cluster Upgrade Policy Response 
- The cluster upgrade policy.
- validationCheck ValidationCheck Response 
- The result of the preflight check.
- admin_cluster_ strmembership 
- The admin cluster this bare metal user cluster belongs to. This is the full resource name of the admin cluster's fleet membership.
- admin_cluster_ strname 
- The resource name of the bare metal admin cluster managing this user cluster.
- annotations Mapping[str, str]
- Annotations on the bare metal user cluster. This field has the same restrictions as Kubernetes annotations. The total size of all keys and values combined is limited to 256k. Key can have 2 segments: prefix (optional) and name (required), separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between.
- bare_metal_ strversion 
- The Anthos clusters on bare metal version for your user cluster.
- 
BinaryAuthorization Response 
- Binary Authorization related configurations.
- cluster_operations BareMetal Cluster Operations Config Response 
- Cluster operations configuration.
- control_plane BareMetal Control Plane Config Response 
- Control plane configuration.
- create_time str
- The time when the bare metal user cluster was created.
- delete_time str
- The time when the bare metal user cluster was deleted. If the resource is not deleted, this must be empty
- description str
- A human readable description of this bare metal user cluster.
- endpoint str
- The IP address of the bare metal user cluster's API server.
- etag str
- This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding. Allows clients to perform consistent read-modify-writes through optimistic concurrency control.
- fleet
FleetResponse 
- Fleet configuration for the cluster.
- load_balancer BareMetal Load Balancer Config Response 
- Load balancer configuration.
- local_name str
- The object name of the bare metal user cluster custom resource on the associated admin cluster. This field is used to support conflicting names when enrolling existing clusters to the API. When used as a part of cluster enrollment, this field will differ from the name in the resource name. For new clusters, this field will match the user provided cluster name and be visible in the last component of the resource name. It is not modifiable. When the local name and cluster name differ, the local name is used in the admin cluster controller logs. You use the cluster name when accessing the cluster using bmctl and kubectl.
- maintenance_config BareMetal Maintenance Config Response 
- Maintenance configuration.
- maintenance_status BareMetal Maintenance Status Response 
- Status of on-going maintenance tasks.
- name str
- Immutable. The bare metal user cluster resource name.
- network_config BareMetal Network Config Response 
- Network configuration.
- node_access_ Bareconfig Metal Node Access Config Response 
- Node access related configurations.
- node_config BareMetal Workload Node Config Response 
- Workload node configuration.
- os_environment_ Bareconfig Metal Os Environment Config Response 
- OS environment related configurations.
- proxy
BareMetal Proxy Config Response 
- Proxy configuration.
- reconciling bool
- If set, there are currently changes in flight to the bare metal user cluster.
- security_config BareMetal Security Config Response 
- Security related setting configuration.
- state str
- The current state of the bare metal user cluster.
- status
ResourceStatus Response 
- Detailed cluster status.
- storage
BareMetal Storage Config Response 
- Storage configuration.
- uid str
- The unique identifier of the bare metal user cluster.
- update_time str
- The time when the bare metal user cluster was last updated.
- upgrade_policy BareMetal Cluster Upgrade Policy Response 
- The cluster upgrade policy.
- validation_check ValidationCheck Response 
- The result of the preflight check.
- adminCluster StringMembership 
- The admin cluster this bare metal user cluster belongs to. This is the full resource name of the admin cluster's fleet membership.
- adminCluster StringName 
- The resource name of the bare metal admin cluster managing this user cluster.
- annotations Map<String>
- Annotations on the bare metal user cluster. This field has the same restrictions as Kubernetes annotations. The total size of all keys and values combined is limited to 256k. Key can have 2 segments: prefix (optional) and name (required), separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between.
- bareMetal StringVersion 
- The Anthos clusters on bare metal version for your user cluster.
- Property Map
- Binary Authorization related configurations.
- clusterOperations Property Map
- Cluster operations configuration.
- controlPlane Property Map
- Control plane configuration.
- createTime String
- The time when the bare metal user cluster was created.
- deleteTime String
- The time when the bare metal user cluster was deleted. If the resource is not deleted, this must be empty
- description String
- A human readable description of this bare metal user cluster.
- endpoint String
- The IP address of the bare metal user cluster's API server.
- etag String
- This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding. Allows clients to perform consistent read-modify-writes through optimistic concurrency control.
- fleet Property Map
- Fleet configuration for the cluster.
- loadBalancer Property Map
- Load balancer configuration.
- localName String
- The object name of the bare metal user cluster custom resource on the associated admin cluster. This field is used to support conflicting names when enrolling existing clusters to the API. When used as a part of cluster enrollment, this field will differ from the name in the resource name. For new clusters, this field will match the user provided cluster name and be visible in the last component of the resource name. It is not modifiable. When the local name and cluster name differ, the local name is used in the admin cluster controller logs. You use the cluster name when accessing the cluster using bmctl and kubectl.
- maintenanceConfig Property Map
- Maintenance configuration.
- maintenanceStatus Property Map
- Status of on-going maintenance tasks.
- name String
- Immutable. The bare metal user cluster resource name.
- networkConfig Property Map
- Network configuration.
- nodeAccess Property MapConfig 
- Node access related configurations.
- nodeConfig Property Map
- Workload node configuration.
- osEnvironment Property MapConfig 
- OS environment related configurations.
- proxy Property Map
- Proxy configuration.
- reconciling Boolean
- If set, there are currently changes in flight to the bare metal user cluster.
- securityConfig Property Map
- Security related setting configuration.
- state String
- The current state of the bare metal user cluster.
- status Property Map
- Detailed cluster status.
- storage Property Map
- Storage configuration.
- uid String
- The unique identifier of the bare metal user cluster.
- updateTime String
- The time when the bare metal user cluster was last updated.
- upgradePolicy Property Map
- The cluster upgrade policy.
- validationCheck Property Map
- The result of the preflight check.
Supporting Types
AuthorizationResponse 
- AdminUsers List<Pulumi.Google Native. Gkeonprem. V1. Inputs. Cluster User Response> 
- For VMware and bare metal user clusters, users will be granted the cluster-admin role on the cluster, which provides full administrative access to the cluster. For bare metal admin clusters, users will be granted the cluster-view role, which limits users to read-only access.
- AdminUsers []ClusterUser Response 
- For VMware and bare metal user clusters, users will be granted the cluster-admin role on the cluster, which provides full administrative access to the cluster. For bare metal admin clusters, users will be granted the cluster-view role, which limits users to read-only access.
- adminUsers List<ClusterUser Response> 
- For VMware and bare metal user clusters, users will be granted the cluster-admin role on the cluster, which provides full administrative access to the cluster. For bare metal admin clusters, users will be granted the cluster-view role, which limits users to read-only access.
- adminUsers ClusterUser Response[] 
- For VMware and bare metal user clusters, users will be granted the cluster-admin role on the cluster, which provides full administrative access to the cluster. For bare metal admin clusters, users will be granted the cluster-view role, which limits users to read-only access.
- admin_users Sequence[ClusterUser Response] 
- For VMware and bare metal user clusters, users will be granted the cluster-admin role on the cluster, which provides full administrative access to the cluster. For bare metal admin clusters, users will be granted the cluster-view role, which limits users to read-only access.
- adminUsers List<Property Map>
- For VMware and bare metal user clusters, users will be granted the cluster-admin role on the cluster, which provides full administrative access to the cluster. For bare metal admin clusters, users will be granted the cluster-view role, which limits users to read-only access.
BareMetalApiServerArgumentResponse     
BareMetalBgpLbConfigResponse     
- AddressPools List<Pulumi.Google Native. Gkeonprem. V1. Inputs. Bare Metal Load Balancer Address Pool Response> 
- AddressPools is a list of non-overlapping IP pools used by load balancer typed services. All addresses must be routable to load balancer nodes. IngressVIP must be included in the pools.
- Asn string
- BGP autonomous system number (ASN) of the cluster. This field can be updated after cluster creation.
- BgpPeer List<Pulumi.Configs Google Native. Gkeonprem. V1. Inputs. Bare Metal Bgp Peer Config Response> 
- The list of BGP peers that the cluster will connect to. At least one peer must be configured for each control plane node. Control plane nodes will connect to these peers to advertise the control plane VIP. The Services load balancer also uses these peers by default. This field can be updated after cluster creation.
- LoadBalancer Pulumi.Node Pool Config Google Native. Gkeonprem. V1. Inputs. Bare Metal Load Balancer Node Pool Config Response 
- Specifies the node pool running data plane load balancing. L2 connectivity is required among nodes in this pool. If missing, the control plane node pool is used for data plane load balancing.
- AddressPools []BareMetal Load Balancer Address Pool Response 
- AddressPools is a list of non-overlapping IP pools used by load balancer typed services. All addresses must be routable to load balancer nodes. IngressVIP must be included in the pools.
- Asn string
- BGP autonomous system number (ASN) of the cluster. This field can be updated after cluster creation.
- BgpPeer []BareConfigs Metal Bgp Peer Config Response 
- The list of BGP peers that the cluster will connect to. At least one peer must be configured for each control plane node. Control plane nodes will connect to these peers to advertise the control plane VIP. The Services load balancer also uses these peers by default. This field can be updated after cluster creation.
- LoadBalancer BareNode Pool Config Metal Load Balancer Node Pool Config Response 
- Specifies the node pool running data plane load balancing. L2 connectivity is required among nodes in this pool. If missing, the control plane node pool is used for data plane load balancing.
- addressPools List<BareMetal Load Balancer Address Pool Response> 
- AddressPools is a list of non-overlapping IP pools used by load balancer typed services. All addresses must be routable to load balancer nodes. IngressVIP must be included in the pools.
- asn String
- BGP autonomous system number (ASN) of the cluster. This field can be updated after cluster creation.
- bgpPeer List<BareConfigs Metal Bgp Peer Config Response> 
- The list of BGP peers that the cluster will connect to. At least one peer must be configured for each control plane node. Control plane nodes will connect to these peers to advertise the control plane VIP. The Services load balancer also uses these peers by default. This field can be updated after cluster creation.
- loadBalancer BareNode Pool Config Metal Load Balancer Node Pool Config Response 
- Specifies the node pool running data plane load balancing. L2 connectivity is required among nodes in this pool. If missing, the control plane node pool is used for data plane load balancing.
- addressPools BareMetal Load Balancer Address Pool Response[] 
- AddressPools is a list of non-overlapping IP pools used by load balancer typed services. All addresses must be routable to load balancer nodes. IngressVIP must be included in the pools.
- asn string
- BGP autonomous system number (ASN) of the cluster. This field can be updated after cluster creation.
- bgpPeer BareConfigs Metal Bgp Peer Config Response[] 
- The list of BGP peers that the cluster will connect to. At least one peer must be configured for each control plane node. Control plane nodes will connect to these peers to advertise the control plane VIP. The Services load balancer also uses these peers by default. This field can be updated after cluster creation.
- loadBalancer BareNode Pool Config Metal Load Balancer Node Pool Config Response 
- Specifies the node pool running data plane load balancing. L2 connectivity is required among nodes in this pool. If missing, the control plane node pool is used for data plane load balancing.
- address_pools Sequence[BareMetal Load Balancer Address Pool Response] 
- AddressPools is a list of non-overlapping IP pools used by load balancer typed services. All addresses must be routable to load balancer nodes. IngressVIP must be included in the pools.
- asn str
- BGP autonomous system number (ASN) of the cluster. This field can be updated after cluster creation.
- bgp_peer_ Sequence[Bareconfigs Metal Bgp Peer Config Response] 
- The list of BGP peers that the cluster will connect to. At least one peer must be configured for each control plane node. Control plane nodes will connect to these peers to advertise the control plane VIP. The Services load balancer also uses these peers by default. This field can be updated after cluster creation.
- load_balancer_ Barenode_ pool_ config Metal Load Balancer Node Pool Config Response 
- Specifies the node pool running data plane load balancing. L2 connectivity is required among nodes in this pool. If missing, the control plane node pool is used for data plane load balancing.
- addressPools List<Property Map>
- AddressPools is a list of non-overlapping IP pools used by load balancer typed services. All addresses must be routable to load balancer nodes. IngressVIP must be included in the pools.
- asn String
- BGP autonomous system number (ASN) of the cluster. This field can be updated after cluster creation.
- bgpPeer List<Property Map>Configs 
- The list of BGP peers that the cluster will connect to. At least one peer must be configured for each control plane node. Control plane nodes will connect to these peers to advertise the control plane VIP. The Services load balancer also uses these peers by default. This field can be updated after cluster creation.
- loadBalancer Property MapNode Pool Config 
- Specifies the node pool running data plane load balancing. L2 connectivity is required among nodes in this pool. If missing, the control plane node pool is used for data plane load balancing.
BareMetalBgpPeerConfigResponse     
- Asn string
- BGP autonomous system number (ASN) for the network that contains the external peer device.
- ControlPlane List<string>Nodes 
- The IP address of the control plane node that connects to the external peer. If you don't specify any control plane nodes, all control plane nodes can connect to the external peer. If you specify one or more IP addresses, only the nodes specified participate in peering sessions.
- IpAddress string
- The IP address of the external peer device.
- Asn string
- BGP autonomous system number (ASN) for the network that contains the external peer device.
- ControlPlane []stringNodes 
- The IP address of the control plane node that connects to the external peer. If you don't specify any control plane nodes, all control plane nodes can connect to the external peer. If you specify one or more IP addresses, only the nodes specified participate in peering sessions.
- IpAddress string
- The IP address of the external peer device.
- asn String
- BGP autonomous system number (ASN) for the network that contains the external peer device.
- controlPlane List<String>Nodes 
- The IP address of the control plane node that connects to the external peer. If you don't specify any control plane nodes, all control plane nodes can connect to the external peer. If you specify one or more IP addresses, only the nodes specified participate in peering sessions.
- ipAddress String
- The IP address of the external peer device.
- asn string
- BGP autonomous system number (ASN) for the network that contains the external peer device.
- controlPlane string[]Nodes 
- The IP address of the control plane node that connects to the external peer. If you don't specify any control plane nodes, all control plane nodes can connect to the external peer. If you specify one or more IP addresses, only the nodes specified participate in peering sessions.
- ipAddress string
- The IP address of the external peer device.
- asn str
- BGP autonomous system number (ASN) for the network that contains the external peer device.
- control_plane_ Sequence[str]nodes 
- The IP address of the control plane node that connects to the external peer. If you don't specify any control plane nodes, all control plane nodes can connect to the external peer. If you specify one or more IP addresses, only the nodes specified participate in peering sessions.
- ip_address str
- The IP address of the external peer device.
- asn String
- BGP autonomous system number (ASN) for the network that contains the external peer device.
- controlPlane List<String>Nodes 
- The IP address of the control plane node that connects to the external peer. If you don't specify any control plane nodes, all control plane nodes can connect to the external peer. If you specify one or more IP addresses, only the nodes specified participate in peering sessions.
- ipAddress String
- The IP address of the external peer device.
BareMetalClusterOperationsConfigResponse     
- EnableApplication boolLogs 
- Whether collection of application logs/metrics should be enabled (in addition to system logs/metrics).
- EnableApplication boolLogs 
- Whether collection of application logs/metrics should be enabled (in addition to system logs/metrics).
- enableApplication BooleanLogs 
- Whether collection of application logs/metrics should be enabled (in addition to system logs/metrics).
- enableApplication booleanLogs 
- Whether collection of application logs/metrics should be enabled (in addition to system logs/metrics).
- enable_application_ boollogs 
- Whether collection of application logs/metrics should be enabled (in addition to system logs/metrics).
- enableApplication BooleanLogs 
- Whether collection of application logs/metrics should be enabled (in addition to system logs/metrics).
BareMetalClusterUpgradePolicyResponse     
- Policy string
- Specifies which upgrade policy to use.
- Policy string
- Specifies which upgrade policy to use.
- policy String
- Specifies which upgrade policy to use.
- policy string
- Specifies which upgrade policy to use.
- policy str
- Specifies which upgrade policy to use.
- policy String
- Specifies which upgrade policy to use.
BareMetalControlPlaneConfigResponse     
- ApiServer List<Pulumi.Args Google Native. Gkeonprem. V1. Inputs. Bare Metal Api Server Argument Response> 
- Customizes the default API server args. Only a subset of customized flags are supported. For the exact format, refer to the API server documentation.
- ControlPlane Pulumi.Node Pool Config Google Native. Gkeonprem. V1. Inputs. Bare Metal Control Plane Node Pool Config Response 
- Configures the node pool running the control plane.
- ApiServer []BareArgs Metal Api Server Argument Response 
- Customizes the default API server args. Only a subset of customized flags are supported. For the exact format, refer to the API server documentation.
- ControlPlane BareNode Pool Config Metal Control Plane Node Pool Config Response 
- Configures the node pool running the control plane.
- apiServer List<BareArgs Metal Api Server Argument Response> 
- Customizes the default API server args. Only a subset of customized flags are supported. For the exact format, refer to the API server documentation.
- controlPlane BareNode Pool Config Metal Control Plane Node Pool Config Response 
- Configures the node pool running the control plane.
- apiServer BareArgs Metal Api Server Argument Response[] 
- Customizes the default API server args. Only a subset of customized flags are supported. For the exact format, refer to the API server documentation.
- controlPlane BareNode Pool Config Metal Control Plane Node Pool Config Response 
- Configures the node pool running the control plane.
- api_server_ Sequence[Bareargs Metal Api Server Argument Response] 
- Customizes the default API server args. Only a subset of customized flags are supported. For the exact format, refer to the API server documentation.
- control_plane_ Barenode_ pool_ config Metal Control Plane Node Pool Config Response 
- Configures the node pool running the control plane.
- apiServer List<Property Map>Args 
- Customizes the default API server args. Only a subset of customized flags are supported. For the exact format, refer to the API server documentation.
- controlPlane Property MapNode Pool Config 
- Configures the node pool running the control plane.
BareMetalControlPlaneNodePoolConfigResponse       
- NodePool Pulumi.Config Google Native. Gkeonprem. V1. Inputs. Bare Metal Node Pool Config Response 
- The generic configuration for a node pool running the control plane.
- NodePool BareConfig Metal Node Pool Config Response 
- The generic configuration for a node pool running the control plane.
- nodePool BareConfig Metal Node Pool Config Response 
- The generic configuration for a node pool running the control plane.
- nodePool BareConfig Metal Node Pool Config Response 
- The generic configuration for a node pool running the control plane.
- node_pool_ Bareconfig Metal Node Pool Config Response 
- The generic configuration for a node pool running the control plane.
- nodePool Property MapConfig 
- The generic configuration for a node pool running the control plane.
BareMetalDrainedMachineResponse    
- NodeIp string
- Drained machine IP address.
- NodeIp string
- Drained machine IP address.
- nodeIp String
- Drained machine IP address.
- nodeIp string
- Drained machine IP address.
- node_ip str
- Drained machine IP address.
- nodeIp String
- Drained machine IP address.
BareMetalDrainingMachineResponse    
BareMetalIslandModeCidrConfigResponse      
- PodAddress List<string>Cidr Blocks 
- All pods in the cluster are assigned an RFC1918 IPv4 address from these ranges. This field cannot be changed after creation.
- ServiceAddress List<string>Cidr Blocks 
- All services in the cluster are assigned an RFC1918 IPv4 address from these ranges. This field is mutable after creation starting with version 1.15.
- PodAddress []stringCidr Blocks 
- All pods in the cluster are assigned an RFC1918 IPv4 address from these ranges. This field cannot be changed after creation.
- ServiceAddress []stringCidr Blocks 
- All services in the cluster are assigned an RFC1918 IPv4 address from these ranges. This field is mutable after creation starting with version 1.15.
- podAddress List<String>Cidr Blocks 
- All pods in the cluster are assigned an RFC1918 IPv4 address from these ranges. This field cannot be changed after creation.
- serviceAddress List<String>Cidr Blocks 
- All services in the cluster are assigned an RFC1918 IPv4 address from these ranges. This field is mutable after creation starting with version 1.15.
- podAddress string[]Cidr Blocks 
- All pods in the cluster are assigned an RFC1918 IPv4 address from these ranges. This field cannot be changed after creation.
- serviceAddress string[]Cidr Blocks 
- All services in the cluster are assigned an RFC1918 IPv4 address from these ranges. This field is mutable after creation starting with version 1.15.
- pod_address_ Sequence[str]cidr_ blocks 
- All pods in the cluster are assigned an RFC1918 IPv4 address from these ranges. This field cannot be changed after creation.
- service_address_ Sequence[str]cidr_ blocks 
- All services in the cluster are assigned an RFC1918 IPv4 address from these ranges. This field is mutable after creation starting with version 1.15.
- podAddress List<String>Cidr Blocks 
- All pods in the cluster are assigned an RFC1918 IPv4 address from these ranges. This field cannot be changed after creation.
- serviceAddress List<String>Cidr Blocks 
- All services in the cluster are assigned an RFC1918 IPv4 address from these ranges. This field is mutable after creation starting with version 1.15.
BareMetalKubeletConfigResponse    
- RegistryBurst int
- The maximum size of bursty pulls, temporarily allows pulls to burst to this number, while still not exceeding registry_pull_qps. The value must not be a negative number. Updating this field may impact scalability by changing the amount of traffic produced by image pulls. Defaults to 10.
- RegistryPull intQps 
- The limit of registry pulls per second. Setting this value to 0 means no limit. Updating this field may impact scalability by changing the amount of traffic produced by image pulls. Defaults to 5.
- SerializeImage boolPulls Disabled 
- Prevents the Kubelet from pulling multiple images at a time. We recommend not changing the default value on nodes that run docker daemon with version < 1.9 or an Another Union File System (Aufs) storage backend. Issue https://github.com/kubernetes/kubernetes/issues/10959 has more details.
- RegistryBurst int
- The maximum size of bursty pulls, temporarily allows pulls to burst to this number, while still not exceeding registry_pull_qps. The value must not be a negative number. Updating this field may impact scalability by changing the amount of traffic produced by image pulls. Defaults to 10.
- RegistryPull intQps 
- The limit of registry pulls per second. Setting this value to 0 means no limit. Updating this field may impact scalability by changing the amount of traffic produced by image pulls. Defaults to 5.
- SerializeImage boolPulls Disabled 
- Prevents the Kubelet from pulling multiple images at a time. We recommend not changing the default value on nodes that run docker daemon with version < 1.9 or an Another Union File System (Aufs) storage backend. Issue https://github.com/kubernetes/kubernetes/issues/10959 has more details.
- registryBurst Integer
- The maximum size of bursty pulls, temporarily allows pulls to burst to this number, while still not exceeding registry_pull_qps. The value must not be a negative number. Updating this field may impact scalability by changing the amount of traffic produced by image pulls. Defaults to 10.
- registryPull IntegerQps 
- The limit of registry pulls per second. Setting this value to 0 means no limit. Updating this field may impact scalability by changing the amount of traffic produced by image pulls. Defaults to 5.
- serializeImage BooleanPulls Disabled 
- Prevents the Kubelet from pulling multiple images at a time. We recommend not changing the default value on nodes that run docker daemon with version < 1.9 or an Another Union File System (Aufs) storage backend. Issue https://github.com/kubernetes/kubernetes/issues/10959 has more details.
- registryBurst number
- The maximum size of bursty pulls, temporarily allows pulls to burst to this number, while still not exceeding registry_pull_qps. The value must not be a negative number. Updating this field may impact scalability by changing the amount of traffic produced by image pulls. Defaults to 10.
- registryPull numberQps 
- The limit of registry pulls per second. Setting this value to 0 means no limit. Updating this field may impact scalability by changing the amount of traffic produced by image pulls. Defaults to 5.
- serializeImage booleanPulls Disabled 
- Prevents the Kubelet from pulling multiple images at a time. We recommend not changing the default value on nodes that run docker daemon with version < 1.9 or an Another Union File System (Aufs) storage backend. Issue https://github.com/kubernetes/kubernetes/issues/10959 has more details.
- registry_burst int
- The maximum size of bursty pulls, temporarily allows pulls to burst to this number, while still not exceeding registry_pull_qps. The value must not be a negative number. Updating this field may impact scalability by changing the amount of traffic produced by image pulls. Defaults to 10.
- registry_pull_ intqps 
- The limit of registry pulls per second. Setting this value to 0 means no limit. Updating this field may impact scalability by changing the amount of traffic produced by image pulls. Defaults to 5.
- serialize_image_ boolpulls_ disabled 
- Prevents the Kubelet from pulling multiple images at a time. We recommend not changing the default value on nodes that run docker daemon with version < 1.9 or an Another Union File System (Aufs) storage backend. Issue https://github.com/kubernetes/kubernetes/issues/10959 has more details.
- registryBurst Number
- The maximum size of bursty pulls, temporarily allows pulls to burst to this number, while still not exceeding registry_pull_qps. The value must not be a negative number. Updating this field may impact scalability by changing the amount of traffic produced by image pulls. Defaults to 10.
- registryPull NumberQps 
- The limit of registry pulls per second. Setting this value to 0 means no limit. Updating this field may impact scalability by changing the amount of traffic produced by image pulls. Defaults to 5.
- serializeImage BooleanPulls Disabled 
- Prevents the Kubelet from pulling multiple images at a time. We recommend not changing the default value on nodes that run docker daemon with version < 1.9 or an Another Union File System (Aufs) storage backend. Issue https://github.com/kubernetes/kubernetes/issues/10959 has more details.
BareMetalLoadBalancerAddressPoolResponse      
- Addresses List<string>
- The addresses that are part of this pool. Each address must be either in the CIDR form (1.2.3.0/24) or range form (1.2.3.1-1.2.3.5).
- AvoidBuggy boolIps 
- If true, avoid using IPs ending in .0 or .255. This avoids buggy consumer devices mistakenly dropping IPv4 traffic for those special IP addresses.
- ManualAssign bool
- If true, prevent IP addresses from being automatically assigned.
- Pool string
- The name of the address pool.
- Addresses []string
- The addresses that are part of this pool. Each address must be either in the CIDR form (1.2.3.0/24) or range form (1.2.3.1-1.2.3.5).
- AvoidBuggy boolIps 
- If true, avoid using IPs ending in .0 or .255. This avoids buggy consumer devices mistakenly dropping IPv4 traffic for those special IP addresses.
- ManualAssign bool
- If true, prevent IP addresses from being automatically assigned.
- Pool string
- The name of the address pool.
- addresses List<String>
- The addresses that are part of this pool. Each address must be either in the CIDR form (1.2.3.0/24) or range form (1.2.3.1-1.2.3.5).
- avoidBuggy BooleanIps 
- If true, avoid using IPs ending in .0 or .255. This avoids buggy consumer devices mistakenly dropping IPv4 traffic for those special IP addresses.
- manualAssign Boolean
- If true, prevent IP addresses from being automatically assigned.
- pool String
- The name of the address pool.
- addresses string[]
- The addresses that are part of this pool. Each address must be either in the CIDR form (1.2.3.0/24) or range form (1.2.3.1-1.2.3.5).
- avoidBuggy booleanIps 
- If true, avoid using IPs ending in .0 or .255. This avoids buggy consumer devices mistakenly dropping IPv4 traffic for those special IP addresses.
- manualAssign boolean
- If true, prevent IP addresses from being automatically assigned.
- pool string
- The name of the address pool.
- addresses Sequence[str]
- The addresses that are part of this pool. Each address must be either in the CIDR form (1.2.3.0/24) or range form (1.2.3.1-1.2.3.5).
- avoid_buggy_ boolips 
- If true, avoid using IPs ending in .0 or .255. This avoids buggy consumer devices mistakenly dropping IPv4 traffic for those special IP addresses.
- manual_assign bool
- If true, prevent IP addresses from being automatically assigned.
- pool str
- The name of the address pool.
- addresses List<String>
- The addresses that are part of this pool. Each address must be either in the CIDR form (1.2.3.0/24) or range form (1.2.3.1-1.2.3.5).
- avoidBuggy BooleanIps 
- If true, avoid using IPs ending in .0 or .255. This avoids buggy consumer devices mistakenly dropping IPv4 traffic for those special IP addresses.
- manualAssign Boolean
- If true, prevent IP addresses from being automatically assigned.
- pool String
- The name of the address pool.
BareMetalLoadBalancerConfigResponse     
- BgpLb Pulumi.Config Google Native. Gkeonprem. V1. Inputs. Bare Metal Bgp Lb Config Response 
- Configuration for BGP typed load balancers. When set network_config.advanced_networking is automatically set to true.
- ManualLb Pulumi.Config Google Native. Gkeonprem. V1. Inputs. Bare Metal Manual Lb Config Response 
- Manually configured load balancers.
- MetalLb Pulumi.Config Google Native. Gkeonprem. V1. Inputs. Bare Metal Metal Lb Config Response 
- Configuration for MetalLB load balancers.
- PortConfig Pulumi.Google Native. Gkeonprem. V1. Inputs. Bare Metal Port Config Response 
- Configures the ports that the load balancer will listen on.
- VipConfig Pulumi.Google Native. Gkeonprem. V1. Inputs. Bare Metal Vip Config Response 
- The VIPs used by the load balancer.
- BgpLb BareConfig Metal Bgp Lb Config Response 
- Configuration for BGP typed load balancers. When set network_config.advanced_networking is automatically set to true.
- ManualLb BareConfig Metal Manual Lb Config Response 
- Manually configured load balancers.
- MetalLb BareConfig Metal Metal Lb Config Response 
- Configuration for MetalLB load balancers.
- PortConfig BareMetal Port Config Response 
- Configures the ports that the load balancer will listen on.
- VipConfig BareMetal Vip Config Response 
- The VIPs used by the load balancer.
- bgpLb BareConfig Metal Bgp Lb Config Response 
- Configuration for BGP typed load balancers. When set network_config.advanced_networking is automatically set to true.
- manualLb BareConfig Metal Manual Lb Config Response 
- Manually configured load balancers.
- metalLb BareConfig Metal Metal Lb Config Response 
- Configuration for MetalLB load balancers.
- portConfig BareMetal Port Config Response 
- Configures the ports that the load balancer will listen on.
- vipConfig BareMetal Vip Config Response 
- The VIPs used by the load balancer.
- bgpLb BareConfig Metal Bgp Lb Config Response 
- Configuration for BGP typed load balancers. When set network_config.advanced_networking is automatically set to true.
- manualLb BareConfig Metal Manual Lb Config Response 
- Manually configured load balancers.
- metalLb BareConfig Metal Metal Lb Config Response 
- Configuration for MetalLB load balancers.
- portConfig BareMetal Port Config Response 
- Configures the ports that the load balancer will listen on.
- vipConfig BareMetal Vip Config Response 
- The VIPs used by the load balancer.
- bgp_lb_ Bareconfig Metal Bgp Lb Config Response 
- Configuration for BGP typed load balancers. When set network_config.advanced_networking is automatically set to true.
- manual_lb_ Bareconfig Metal Manual Lb Config Response 
- Manually configured load balancers.
- metal_lb_ Bareconfig Metal Metal Lb Config Response 
- Configuration for MetalLB load balancers.
- port_config BareMetal Port Config Response 
- Configures the ports that the load balancer will listen on.
- vip_config BareMetal Vip Config Response 
- The VIPs used by the load balancer.
- bgpLb Property MapConfig 
- Configuration for BGP typed load balancers. When set network_config.advanced_networking is automatically set to true.
- manualLb Property MapConfig 
- Manually configured load balancers.
- metalLb Property MapConfig 
- Configuration for MetalLB load balancers.
- portConfig Property Map
- Configures the ports that the load balancer will listen on.
- vipConfig Property Map
- The VIPs used by the load balancer.
BareMetalLoadBalancerNodePoolConfigResponse       
- NodePool Pulumi.Config Google Native. Gkeonprem. V1. Inputs. Bare Metal Node Pool Config Response 
- The generic configuration for a node pool running a load balancer.
- NodePool BareConfig Metal Node Pool Config Response 
- The generic configuration for a node pool running a load balancer.
- nodePool BareConfig Metal Node Pool Config Response 
- The generic configuration for a node pool running a load balancer.
- nodePool BareConfig Metal Node Pool Config Response 
- The generic configuration for a node pool running a load balancer.
- node_pool_ Bareconfig Metal Node Pool Config Response 
- The generic configuration for a node pool running a load balancer.
- nodePool Property MapConfig 
- The generic configuration for a node pool running a load balancer.
BareMetalLvpConfigResponse    
- Path string
- The host machine path.
- StorageClass string
- The StorageClass name that PVs will be created with.
- Path string
- The host machine path.
- StorageClass string
- The StorageClass name that PVs will be created with.
- path String
- The host machine path.
- storageClass String
- The StorageClass name that PVs will be created with.
- path string
- The host machine path.
- storageClass string
- The StorageClass name that PVs will be created with.
- path str
- The host machine path.
- storage_class str
- The StorageClass name that PVs will be created with.
- path String
- The host machine path.
- storageClass String
- The StorageClass name that PVs will be created with.
BareMetalLvpShareConfigResponse     
- LvpConfig Pulumi.Google Native. Gkeonprem. V1. Inputs. Bare Metal Lvp Config Response 
- Defines the machine path and storage class for the LVP Share.
- int
- The number of subdirectories to create under path.
- LvpConfig BareMetal Lvp Config Response 
- Defines the machine path and storage class for the LVP Share.
- int
- The number of subdirectories to create under path.
- lvpConfig BareMetal Lvp Config Response 
- Defines the machine path and storage class for the LVP Share.
- Integer
- The number of subdirectories to create under path.
- lvpConfig BareMetal Lvp Config Response 
- Defines the machine path and storage class for the LVP Share.
- number
- The number of subdirectories to create under path.
- lvp_config BareMetal Lvp Config Response 
- Defines the machine path and storage class for the LVP Share.
- int
- The number of subdirectories to create under path.
- lvpConfig Property Map
- Defines the machine path and storage class for the LVP Share.
- Number
- The number of subdirectories to create under path.
BareMetalMachineDrainStatusResponse     
- DrainedMachines List<Pulumi.Google Native. Gkeonprem. V1. Inputs. Bare Metal Drained Machine Response> 
- The list of drained machines.
- DrainingMachines List<Pulumi.Google Native. Gkeonprem. V1. Inputs. Bare Metal Draining Machine Response> 
- The list of draning machines.
- DrainedMachines []BareMetal Drained Machine Response 
- The list of drained machines.
- DrainingMachines []BareMetal Draining Machine Response 
- The list of draning machines.
- drainedMachines List<BareMetal Drained Machine Response> 
- The list of drained machines.
- drainingMachines List<BareMetal Draining Machine Response> 
- The list of draning machines.
- drainedMachines BareMetal Drained Machine Response[] 
- The list of drained machines.
- drainingMachines BareMetal Draining Machine Response[] 
- The list of draning machines.
- drained_machines Sequence[BareMetal Drained Machine Response] 
- The list of drained machines.
- draining_machines Sequence[BareMetal Draining Machine Response] 
- The list of draning machines.
- drainedMachines List<Property Map>
- The list of drained machines.
- drainingMachines List<Property Map>
- The list of draning machines.
BareMetalMaintenanceConfigResponse    
- MaintenanceAddress List<string>Cidr Blocks 
- All IPv4 address from these ranges will be placed into maintenance mode. Nodes in maintenance mode will be cordoned and drained. When both of these are true, the "baremetal.cluster.gke.io/maintenance" annotation will be set on the node resource.
- MaintenanceAddress []stringCidr Blocks 
- All IPv4 address from these ranges will be placed into maintenance mode. Nodes in maintenance mode will be cordoned and drained. When both of these are true, the "baremetal.cluster.gke.io/maintenance" annotation will be set on the node resource.
- maintenanceAddress List<String>Cidr Blocks 
- All IPv4 address from these ranges will be placed into maintenance mode. Nodes in maintenance mode will be cordoned and drained. When both of these are true, the "baremetal.cluster.gke.io/maintenance" annotation will be set on the node resource.
- maintenanceAddress string[]Cidr Blocks 
- All IPv4 address from these ranges will be placed into maintenance mode. Nodes in maintenance mode will be cordoned and drained. When both of these are true, the "baremetal.cluster.gke.io/maintenance" annotation will be set on the node resource.
- maintenance_address_ Sequence[str]cidr_ blocks 
- All IPv4 address from these ranges will be placed into maintenance mode. Nodes in maintenance mode will be cordoned and drained. When both of these are true, the "baremetal.cluster.gke.io/maintenance" annotation will be set on the node resource.
- maintenanceAddress List<String>Cidr Blocks 
- All IPv4 address from these ranges will be placed into maintenance mode. Nodes in maintenance mode will be cordoned and drained. When both of these are true, the "baremetal.cluster.gke.io/maintenance" annotation will be set on the node resource.
BareMetalMaintenanceStatusResponse    
- MachineDrain Pulumi.Status Google Native. Gkeonprem. V1. Inputs. Bare Metal Machine Drain Status Response 
- The maintenance status of node machines.
- MachineDrain BareStatus Metal Machine Drain Status Response 
- The maintenance status of node machines.
- machineDrain BareStatus Metal Machine Drain Status Response 
- The maintenance status of node machines.
- machineDrain BareStatus Metal Machine Drain Status Response 
- The maintenance status of node machines.
- machine_drain_ Barestatus Metal Machine Drain Status Response 
- The maintenance status of node machines.
- machineDrain Property MapStatus 
- The maintenance status of node machines.
BareMetalManualLbConfigResponse     
- Enabled bool
- Whether manual load balancing is enabled.
- Enabled bool
- Whether manual load balancing is enabled.
- enabled Boolean
- Whether manual load balancing is enabled.
- enabled boolean
- Whether manual load balancing is enabled.
- enabled bool
- Whether manual load balancing is enabled.
- enabled Boolean
- Whether manual load balancing is enabled.
BareMetalMetalLbConfigResponse     
- AddressPools List<Pulumi.Google Native. Gkeonprem. V1. Inputs. Bare Metal Load Balancer Address Pool Response> 
- AddressPools is a list of non-overlapping IP pools used by load balancer typed services. All addresses must be routable to load balancer nodes. IngressVIP must be included in the pools.
- LoadBalancer Pulumi.Node Pool Config Google Native. Gkeonprem. V1. Inputs. Bare Metal Load Balancer Node Pool Config Response 
- Specifies the node pool running the load balancer. L2 connectivity is required among nodes in this pool. If missing, the control plane node pool is used as the load balancer pool.
- AddressPools []BareMetal Load Balancer Address Pool Response 
- AddressPools is a list of non-overlapping IP pools used by load balancer typed services. All addresses must be routable to load balancer nodes. IngressVIP must be included in the pools.
- LoadBalancer BareNode Pool Config Metal Load Balancer Node Pool Config Response 
- Specifies the node pool running the load balancer. L2 connectivity is required among nodes in this pool. If missing, the control plane node pool is used as the load balancer pool.
- addressPools List<BareMetal Load Balancer Address Pool Response> 
- AddressPools is a list of non-overlapping IP pools used by load balancer typed services. All addresses must be routable to load balancer nodes. IngressVIP must be included in the pools.
- loadBalancer BareNode Pool Config Metal Load Balancer Node Pool Config Response 
- Specifies the node pool running the load balancer. L2 connectivity is required among nodes in this pool. If missing, the control plane node pool is used as the load balancer pool.
- addressPools BareMetal Load Balancer Address Pool Response[] 
- AddressPools is a list of non-overlapping IP pools used by load balancer typed services. All addresses must be routable to load balancer nodes. IngressVIP must be included in the pools.
- loadBalancer BareNode Pool Config Metal Load Balancer Node Pool Config Response 
- Specifies the node pool running the load balancer. L2 connectivity is required among nodes in this pool. If missing, the control plane node pool is used as the load balancer pool.
- address_pools Sequence[BareMetal Load Balancer Address Pool Response] 
- AddressPools is a list of non-overlapping IP pools used by load balancer typed services. All addresses must be routable to load balancer nodes. IngressVIP must be included in the pools.
- load_balancer_ Barenode_ pool_ config Metal Load Balancer Node Pool Config Response 
- Specifies the node pool running the load balancer. L2 connectivity is required among nodes in this pool. If missing, the control plane node pool is used as the load balancer pool.
- addressPools List<Property Map>
- AddressPools is a list of non-overlapping IP pools used by load balancer typed services. All addresses must be routable to load balancer nodes. IngressVIP must be included in the pools.
- loadBalancer Property MapNode Pool Config 
- Specifies the node pool running the load balancer. L2 connectivity is required among nodes in this pool. If missing, the control plane node pool is used as the load balancer pool.
BareMetalMultipleNetworkInterfacesConfigResponse      
- Enabled bool
- Whether to enable multiple network interfaces for your pods. When set network_config.advanced_networking is automatically set to true.
- Enabled bool
- Whether to enable multiple network interfaces for your pods. When set network_config.advanced_networking is automatically set to true.
- enabled Boolean
- Whether to enable multiple network interfaces for your pods. When set network_config.advanced_networking is automatically set to true.
- enabled boolean
- Whether to enable multiple network interfaces for your pods. When set network_config.advanced_networking is automatically set to true.
- enabled bool
- Whether to enable multiple network interfaces for your pods. When set network_config.advanced_networking is automatically set to true.
- enabled Boolean
- Whether to enable multiple network interfaces for your pods. When set network_config.advanced_networking is automatically set to true.
BareMetalNetworkConfigResponse    
- AdvancedNetworking bool
- Enables the use of advanced Anthos networking features, such as Bundled Load Balancing with BGP or the egress NAT gateway. Setting configuration for advanced networking features will automatically set this flag.
- IslandMode Pulumi.Cidr Google Native. Gkeonprem. V1. Inputs. Bare Metal Island Mode Cidr Config Response 
- Configuration for island mode CIDR. In an island-mode network, nodes have unique IP addresses, but pods don't have unique addresses across clusters. This doesn't cause problems because pods in one cluster never directly communicate with pods in another cluster. Instead, there are gateways that mediate between a pod in one cluster and a pod in another cluster.
- MultipleNetwork Pulumi.Interfaces Config Google Native. Gkeonprem. V1. Inputs. Bare Metal Multiple Network Interfaces Config Response 
- Configuration for multiple network interfaces.
- SrIov Pulumi.Config Google Native. Gkeonprem. V1. Inputs. Bare Metal Sr Iov Config Response 
- Configuration for SR-IOV.
- AdvancedNetworking bool
- Enables the use of advanced Anthos networking features, such as Bundled Load Balancing with BGP or the egress NAT gateway. Setting configuration for advanced networking features will automatically set this flag.
- IslandMode BareCidr Metal Island Mode Cidr Config Response 
- Configuration for island mode CIDR. In an island-mode network, nodes have unique IP addresses, but pods don't have unique addresses across clusters. This doesn't cause problems because pods in one cluster never directly communicate with pods in another cluster. Instead, there are gateways that mediate between a pod in one cluster and a pod in another cluster.
- MultipleNetwork BareInterfaces Config Metal Multiple Network Interfaces Config Response 
- Configuration for multiple network interfaces.
- SrIov BareConfig Metal Sr Iov Config Response 
- Configuration for SR-IOV.
- advancedNetworking Boolean
- Enables the use of advanced Anthos networking features, such as Bundled Load Balancing with BGP or the egress NAT gateway. Setting configuration for advanced networking features will automatically set this flag.
- islandMode BareCidr Metal Island Mode Cidr Config Response 
- Configuration for island mode CIDR. In an island-mode network, nodes have unique IP addresses, but pods don't have unique addresses across clusters. This doesn't cause problems because pods in one cluster never directly communicate with pods in another cluster. Instead, there are gateways that mediate between a pod in one cluster and a pod in another cluster.
- multipleNetwork BareInterfaces Config Metal Multiple Network Interfaces Config Response 
- Configuration for multiple network interfaces.
- srIov BareConfig Metal Sr Iov Config Response 
- Configuration for SR-IOV.
- advancedNetworking boolean
- Enables the use of advanced Anthos networking features, such as Bundled Load Balancing with BGP or the egress NAT gateway. Setting configuration for advanced networking features will automatically set this flag.
- islandMode BareCidr Metal Island Mode Cidr Config Response 
- Configuration for island mode CIDR. In an island-mode network, nodes have unique IP addresses, but pods don't have unique addresses across clusters. This doesn't cause problems because pods in one cluster never directly communicate with pods in another cluster. Instead, there are gateways that mediate between a pod in one cluster and a pod in another cluster.
- multipleNetwork BareInterfaces Config Metal Multiple Network Interfaces Config Response 
- Configuration for multiple network interfaces.
- srIov BareConfig Metal Sr Iov Config Response 
- Configuration for SR-IOV.
- advanced_networking bool
- Enables the use of advanced Anthos networking features, such as Bundled Load Balancing with BGP or the egress NAT gateway. Setting configuration for advanced networking features will automatically set this flag.
- island_mode_ Barecidr Metal Island Mode Cidr Config Response 
- Configuration for island mode CIDR. In an island-mode network, nodes have unique IP addresses, but pods don't have unique addresses across clusters. This doesn't cause problems because pods in one cluster never directly communicate with pods in another cluster. Instead, there are gateways that mediate between a pod in one cluster and a pod in another cluster.
- multiple_network_ Bareinterfaces_ config Metal Multiple Network Interfaces Config Response 
- Configuration for multiple network interfaces.
- sr_iov_ Bareconfig Metal Sr Iov Config Response 
- Configuration for SR-IOV.
- advancedNetworking Boolean
- Enables the use of advanced Anthos networking features, such as Bundled Load Balancing with BGP or the egress NAT gateway. Setting configuration for advanced networking features will automatically set this flag.
- islandMode Property MapCidr 
- Configuration for island mode CIDR. In an island-mode network, nodes have unique IP addresses, but pods don't have unique addresses across clusters. This doesn't cause problems because pods in one cluster never directly communicate with pods in another cluster. Instead, there are gateways that mediate between a pod in one cluster and a pod in another cluster.
- multipleNetwork Property MapInterfaces Config 
- Configuration for multiple network interfaces.
- srIov Property MapConfig 
- Configuration for SR-IOV.
BareMetalNodeAccessConfigResponse     
- LoginUser string
- LoginUser is the user name used to access node machines. It defaults to "root" if not set.
- LoginUser string
- LoginUser is the user name used to access node machines. It defaults to "root" if not set.
- loginUser String
- LoginUser is the user name used to access node machines. It defaults to "root" if not set.
- loginUser string
- LoginUser is the user name used to access node machines. It defaults to "root" if not set.
- login_user str
- LoginUser is the user name used to access node machines. It defaults to "root" if not set.
- loginUser String
- LoginUser is the user name used to access node machines. It defaults to "root" if not set.
BareMetalNodeConfigResponse    
- Labels Dictionary<string, string>
- The labels assigned to this node. An object containing a list of key/value pairs. The labels here, unioned with the labels set on BareMetalNodePoolConfig are the set of labels that will be applied to the node. If there are any conflicts, the BareMetalNodeConfig labels take precedence. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.
- NodeIp string
- The default IPv4 address for SSH access and Kubernetes node. Example: 192.168.0.1
- Labels map[string]string
- The labels assigned to this node. An object containing a list of key/value pairs. The labels here, unioned with the labels set on BareMetalNodePoolConfig are the set of labels that will be applied to the node. If there are any conflicts, the BareMetalNodeConfig labels take precedence. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.
- NodeIp string
- The default IPv4 address for SSH access and Kubernetes node. Example: 192.168.0.1
- labels Map<String,String>
- The labels assigned to this node. An object containing a list of key/value pairs. The labels here, unioned with the labels set on BareMetalNodePoolConfig are the set of labels that will be applied to the node. If there are any conflicts, the BareMetalNodeConfig labels take precedence. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.
- nodeIp String
- The default IPv4 address for SSH access and Kubernetes node. Example: 192.168.0.1
- labels {[key: string]: string}
- The labels assigned to this node. An object containing a list of key/value pairs. The labels here, unioned with the labels set on BareMetalNodePoolConfig are the set of labels that will be applied to the node. If there are any conflicts, the BareMetalNodeConfig labels take precedence. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.
- nodeIp string
- The default IPv4 address for SSH access and Kubernetes node. Example: 192.168.0.1
- labels Mapping[str, str]
- The labels assigned to this node. An object containing a list of key/value pairs. The labels here, unioned with the labels set on BareMetalNodePoolConfig are the set of labels that will be applied to the node. If there are any conflicts, the BareMetalNodeConfig labels take precedence. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.
- node_ip str
- The default IPv4 address for SSH access and Kubernetes node. Example: 192.168.0.1
- labels Map<String>
- The labels assigned to this node. An object containing a list of key/value pairs. The labels here, unioned with the labels set on BareMetalNodePoolConfig are the set of labels that will be applied to the node. If there are any conflicts, the BareMetalNodeConfig labels take precedence. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.
- nodeIp String
- The default IPv4 address for SSH access and Kubernetes node. Example: 192.168.0.1
BareMetalNodePoolConfigResponse     
- KubeletConfig Pulumi.Google Native. Gkeonprem. V1. Inputs. Bare Metal Kubelet Config Response 
- The modifiable kubelet configurations for the bare metal machines.
- Labels Dictionary<string, string>
- The labels assigned to nodes of this node pool. An object containing a list of key/value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.
- NodeConfigs List<Pulumi.Google Native. Gkeonprem. V1. Inputs. Bare Metal Node Config Response> 
- The list of machine addresses in the bare metal node pool.
- OperatingSystem string
- Specifies the nodes operating system (default: LINUX).
- Taints
List<Pulumi.Google Native. Gkeonprem. V1. Inputs. Node Taint Response> 
- The initial taints assigned to nodes of this node pool.
- KubeletConfig BareMetal Kubelet Config Response 
- The modifiable kubelet configurations for the bare metal machines.
- Labels map[string]string
- The labels assigned to nodes of this node pool. An object containing a list of key/value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.
- NodeConfigs []BareMetal Node Config Response 
- The list of machine addresses in the bare metal node pool.
- OperatingSystem string
- Specifies the nodes operating system (default: LINUX).
- Taints
[]NodeTaint Response 
- The initial taints assigned to nodes of this node pool.
- kubeletConfig BareMetal Kubelet Config Response 
- The modifiable kubelet configurations for the bare metal machines.
- labels Map<String,String>
- The labels assigned to nodes of this node pool. An object containing a list of key/value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.
- nodeConfigs List<BareMetal Node Config Response> 
- The list of machine addresses in the bare metal node pool.
- operatingSystem String
- Specifies the nodes operating system (default: LINUX).
- taints
List<NodeTaint Response> 
- The initial taints assigned to nodes of this node pool.
- kubeletConfig BareMetal Kubelet Config Response 
- The modifiable kubelet configurations for the bare metal machines.
- labels {[key: string]: string}
- The labels assigned to nodes of this node pool. An object containing a list of key/value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.
- nodeConfigs BareMetal Node Config Response[] 
- The list of machine addresses in the bare metal node pool.
- operatingSystem string
- Specifies the nodes operating system (default: LINUX).
- taints
NodeTaint Response[] 
- The initial taints assigned to nodes of this node pool.
- kubelet_config BareMetal Kubelet Config Response 
- The modifiable kubelet configurations for the bare metal machines.
- labels Mapping[str, str]
- The labels assigned to nodes of this node pool. An object containing a list of key/value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.
- node_configs Sequence[BareMetal Node Config Response] 
- The list of machine addresses in the bare metal node pool.
- operating_system str
- Specifies the nodes operating system (default: LINUX).
- taints
Sequence[NodeTaint Response] 
- The initial taints assigned to nodes of this node pool.
- kubeletConfig Property Map
- The modifiable kubelet configurations for the bare metal machines.
- labels Map<String>
- The labels assigned to nodes of this node pool. An object containing a list of key/value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.
- nodeConfigs List<Property Map>
- The list of machine addresses in the bare metal node pool.
- operatingSystem String
- Specifies the nodes operating system (default: LINUX).
- taints List<Property Map>
- The initial taints assigned to nodes of this node pool.
BareMetalOsEnvironmentConfigResponse     
- PackageRepo boolExcluded 
- Whether the package repo should not be included when initializing bare metal machines.
- PackageRepo boolExcluded 
- Whether the package repo should not be included when initializing bare metal machines.
- packageRepo BooleanExcluded 
- Whether the package repo should not be included when initializing bare metal machines.
- packageRepo booleanExcluded 
- Whether the package repo should not be included when initializing bare metal machines.
- package_repo_ boolexcluded 
- Whether the package repo should not be included when initializing bare metal machines.
- packageRepo BooleanExcluded 
- Whether the package repo should not be included when initializing bare metal machines.
BareMetalPortConfigResponse    
- ControlPlane intLoad Balancer Port 
- The port that control plane hosted load balancers will listen on.
- ControlPlane intLoad Balancer Port 
- The port that control plane hosted load balancers will listen on.
- controlPlane IntegerLoad Balancer Port 
- The port that control plane hosted load balancers will listen on.
- controlPlane numberLoad Balancer Port 
- The port that control plane hosted load balancers will listen on.
- control_plane_ intload_ balancer_ port 
- The port that control plane hosted load balancers will listen on.
- controlPlane NumberLoad Balancer Port 
- The port that control plane hosted load balancers will listen on.
BareMetalProxyConfigResponse    
- NoProxy List<string>
- A list of IPs, hostnames, and domains that should skip the proxy. Examples: ["127.0.0.1", "example.com", ".corp", "localhost"].
- Uri string
- Specifies the address of your proxy server. Examples: http://domainDo not provide credentials in the formathttp://(username:password@)domainthese will be rejected by the server.
- NoProxy []string
- A list of IPs, hostnames, and domains that should skip the proxy. Examples: ["127.0.0.1", "example.com", ".corp", "localhost"].
- Uri string
- Specifies the address of your proxy server. Examples: http://domainDo not provide credentials in the formathttp://(username:password@)domainthese will be rejected by the server.
- noProxy List<String>
- A list of IPs, hostnames, and domains that should skip the proxy. Examples: ["127.0.0.1", "example.com", ".corp", "localhost"].
- uri String
- Specifies the address of your proxy server. Examples: http://domainDo not provide credentials in the formathttp://(username:password@)domainthese will be rejected by the server.
- noProxy string[]
- A list of IPs, hostnames, and domains that should skip the proxy. Examples: ["127.0.0.1", "example.com", ".corp", "localhost"].
- uri string
- Specifies the address of your proxy server. Examples: http://domainDo not provide credentials in the formathttp://(username:password@)domainthese will be rejected by the server.
- no_proxy Sequence[str]
- A list of IPs, hostnames, and domains that should skip the proxy. Examples: ["127.0.0.1", "example.com", ".corp", "localhost"].
- uri str
- Specifies the address of your proxy server. Examples: http://domainDo not provide credentials in the formathttp://(username:password@)domainthese will be rejected by the server.
- noProxy List<String>
- A list of IPs, hostnames, and domains that should skip the proxy. Examples: ["127.0.0.1", "example.com", ".corp", "localhost"].
- uri String
- Specifies the address of your proxy server. Examples: http://domainDo not provide credentials in the formathttp://(username:password@)domainthese will be rejected by the server.
BareMetalSecurityConfigResponse    
- 
Pulumi.Google Native. Gkeonprem. V1. Inputs. Authorization Response 
- Configures user access to the user cluster.
- 
AuthorizationResponse 
- Configures user access to the user cluster.
- 
AuthorizationResponse 
- Configures user access to the user cluster.
- 
AuthorizationResponse 
- Configures user access to the user cluster.
- 
AuthorizationResponse 
- Configures user access to the user cluster.
- Property Map
- Configures user access to the user cluster.
BareMetalSrIovConfigResponse     
- Enabled bool
- Whether to install the SR-IOV operator.
- Enabled bool
- Whether to install the SR-IOV operator.
- enabled Boolean
- Whether to install the SR-IOV operator.
- enabled boolean
- Whether to install the SR-IOV operator.
- enabled bool
- Whether to install the SR-IOV operator.
- enabled Boolean
- Whether to install the SR-IOV operator.
BareMetalStorageConfigResponse    
- LvpNode Pulumi.Mounts Config Google Native. Gkeonprem. V1. Inputs. Bare Metal Lvp Config Response 
- Specifies the config for local PersistentVolumes backed by mounted node disks. These disks need to be formatted and mounted by the user, which can be done before or after cluster creation.
- 
Pulumi.Google Native. Gkeonprem. V1. Inputs. Bare Metal Lvp Share Config Response 
- Specifies the config for local PersistentVolumes backed by subdirectories in a shared filesystem. These subdirectores are automatically created during cluster creation.
- LvpNode BareMounts Config Metal Lvp Config Response 
- Specifies the config for local PersistentVolumes backed by mounted node disks. These disks need to be formatted and mounted by the user, which can be done before or after cluster creation.
- 
BareMetal Lvp Share Config Response 
- Specifies the config for local PersistentVolumes backed by subdirectories in a shared filesystem. These subdirectores are automatically created during cluster creation.
- lvpNode BareMounts Config Metal Lvp Config Response 
- Specifies the config for local PersistentVolumes backed by mounted node disks. These disks need to be formatted and mounted by the user, which can be done before or after cluster creation.
- 
BareMetal Lvp Share Config Response 
- Specifies the config for local PersistentVolumes backed by subdirectories in a shared filesystem. These subdirectores are automatically created during cluster creation.
- lvpNode BareMounts Config Metal Lvp Config Response 
- Specifies the config for local PersistentVolumes backed by mounted node disks. These disks need to be formatted and mounted by the user, which can be done before or after cluster creation.
- 
BareMetal Lvp Share Config Response 
- Specifies the config for local PersistentVolumes backed by subdirectories in a shared filesystem. These subdirectores are automatically created during cluster creation.
- lvp_node_ Baremounts_ config Metal Lvp Config Response 
- Specifies the config for local PersistentVolumes backed by mounted node disks. These disks need to be formatted and mounted by the user, which can be done before or after cluster creation.
- 
BareMetal Lvp Share Config Response 
- Specifies the config for local PersistentVolumes backed by subdirectories in a shared filesystem. These subdirectores are automatically created during cluster creation.
- lvpNode Property MapMounts Config 
- Specifies the config for local PersistentVolumes backed by mounted node disks. These disks need to be formatted and mounted by the user, which can be done before or after cluster creation.
- Property Map
- Specifies the config for local PersistentVolumes backed by subdirectories in a shared filesystem. These subdirectores are automatically created during cluster creation.
BareMetalVipConfigResponse    
- ControlPlane stringVip 
- The VIP which you previously set aside for the Kubernetes API of this bare metal user cluster.
- IngressVip string
- The VIP which you previously set aside for ingress traffic into this bare metal user cluster.
- ControlPlane stringVip 
- The VIP which you previously set aside for the Kubernetes API of this bare metal user cluster.
- IngressVip string
- The VIP which you previously set aside for ingress traffic into this bare metal user cluster.
- controlPlane StringVip 
- The VIP which you previously set aside for the Kubernetes API of this bare metal user cluster.
- ingressVip String
- The VIP which you previously set aside for ingress traffic into this bare metal user cluster.
- controlPlane stringVip 
- The VIP which you previously set aside for the Kubernetes API of this bare metal user cluster.
- ingressVip string
- The VIP which you previously set aside for ingress traffic into this bare metal user cluster.
- control_plane_ strvip 
- The VIP which you previously set aside for the Kubernetes API of this bare metal user cluster.
- ingress_vip str
- The VIP which you previously set aside for ingress traffic into this bare metal user cluster.
- controlPlane StringVip 
- The VIP which you previously set aside for the Kubernetes API of this bare metal user cluster.
- ingressVip String
- The VIP which you previously set aside for ingress traffic into this bare metal user cluster.
BareMetalWorkloadNodeConfigResponse     
- ContainerRuntime string
- Specifies which container runtime will be used.
- MaxPods stringPer Node 
- The maximum number of pods a node can run. The size of the CIDR range assigned to the node will be derived from this parameter.
- ContainerRuntime string
- Specifies which container runtime will be used.
- MaxPods stringPer Node 
- The maximum number of pods a node can run. The size of the CIDR range assigned to the node will be derived from this parameter.
- containerRuntime String
- Specifies which container runtime will be used.
- maxPods StringPer Node 
- The maximum number of pods a node can run. The size of the CIDR range assigned to the node will be derived from this parameter.
- containerRuntime string
- Specifies which container runtime will be used.
- maxPods stringPer Node 
- The maximum number of pods a node can run. The size of the CIDR range assigned to the node will be derived from this parameter.
- container_runtime str
- Specifies which container runtime will be used.
- max_pods_ strper_ node 
- The maximum number of pods a node can run. The size of the CIDR range assigned to the node will be derived from this parameter.
- containerRuntime String
- Specifies which container runtime will be used.
- maxPods StringPer Node 
- The maximum number of pods a node can run. The size of the CIDR range assigned to the node will be derived from this parameter.
BinaryAuthorizationResponse  
- EvaluationMode string
- Mode of operation for binauthz policy evaluation. If unspecified, defaults to DISABLED.
- EvaluationMode string
- Mode of operation for binauthz policy evaluation. If unspecified, defaults to DISABLED.
- evaluationMode String
- Mode of operation for binauthz policy evaluation. If unspecified, defaults to DISABLED.
- evaluationMode string
- Mode of operation for binauthz policy evaluation. If unspecified, defaults to DISABLED.
- evaluation_mode str
- Mode of operation for binauthz policy evaluation. If unspecified, defaults to DISABLED.
- evaluationMode String
- Mode of operation for binauthz policy evaluation. If unspecified, defaults to DISABLED.
ClusterUserResponse  
- Username string
- The name of the user, e.g. my-gcp-id@gmail.com.
- Username string
- The name of the user, e.g. my-gcp-id@gmail.com.
- username String
- The name of the user, e.g. my-gcp-id@gmail.com.
- username string
- The name of the user, e.g. my-gcp-id@gmail.com.
- username str
- The name of the user, e.g. my-gcp-id@gmail.com.
- username String
- The name of the user, e.g. my-gcp-id@gmail.com.
FleetResponse 
- Membership string
- The name of the managed fleet Membership resource associated to this cluster. Membership names are formatted as projects//locations//memberships/.
- Membership string
- The name of the managed fleet Membership resource associated to this cluster. Membership names are formatted as projects//locations//memberships/.
- membership String
- The name of the managed fleet Membership resource associated to this cluster. Membership names are formatted as projects//locations//memberships/.
- membership string
- The name of the managed fleet Membership resource associated to this cluster. Membership names are formatted as projects//locations//memberships/.
- membership str
- The name of the managed fleet Membership resource associated to this cluster. Membership names are formatted as projects//locations//memberships/.
- membership String
- The name of the managed fleet Membership resource associated to this cluster. Membership names are formatted as projects//locations//memberships/.
NodeTaintResponse  
ResourceConditionResponse  
- LastTransition stringTime 
- Last time the condition transit from one status to another.
- Message string
- Human-readable message indicating details about last transition.
- Reason string
- Machine-readable message indicating details about last transition.
- State string
- state of the condition.
- Type string
- Type of the condition. (e.g., ClusterRunning, NodePoolRunning or ServerSidePreflightReady)
- LastTransition stringTime 
- Last time the condition transit from one status to another.
- Message string
- Human-readable message indicating details about last transition.
- Reason string
- Machine-readable message indicating details about last transition.
- State string
- state of the condition.
- Type string
- Type of the condition. (e.g., ClusterRunning, NodePoolRunning or ServerSidePreflightReady)
- lastTransition StringTime 
- Last time the condition transit from one status to another.
- message String
- Human-readable message indicating details about last transition.
- reason String
- Machine-readable message indicating details about last transition.
- state String
- state of the condition.
- type String
- Type of the condition. (e.g., ClusterRunning, NodePoolRunning or ServerSidePreflightReady)
- lastTransition stringTime 
- Last time the condition transit from one status to another.
- message string
- Human-readable message indicating details about last transition.
- reason string
- Machine-readable message indicating details about last transition.
- state string
- state of the condition.
- type string
- Type of the condition. (e.g., ClusterRunning, NodePoolRunning or ServerSidePreflightReady)
- last_transition_ strtime 
- Last time the condition transit from one status to another.
- message str
- Human-readable message indicating details about last transition.
- reason str
- Machine-readable message indicating details about last transition.
- state str
- state of the condition.
- type str
- Type of the condition. (e.g., ClusterRunning, NodePoolRunning or ServerSidePreflightReady)
- lastTransition StringTime 
- Last time the condition transit from one status to another.
- message String
- Human-readable message indicating details about last transition.
- reason String
- Machine-readable message indicating details about last transition.
- state String
- state of the condition.
- type String
- Type of the condition. (e.g., ClusterRunning, NodePoolRunning or ServerSidePreflightReady)
ResourceStatusResponse  
- Conditions
List<Pulumi.Google Native. Gkeonprem. V1. Inputs. Resource Condition Response> 
- ResourceCondition provide a standard mechanism for higher-level status reporting from controller.
- ErrorMessage string
- Human-friendly representation of the error message from controller. The error message can be temporary as the controller controller creates a cluster or node pool. If the error message persists for a longer period of time, it can be used to surface error message to indicate real problems requiring user intervention.
- Conditions
[]ResourceCondition Response 
- ResourceCondition provide a standard mechanism for higher-level status reporting from controller.
- ErrorMessage string
- Human-friendly representation of the error message from controller. The error message can be temporary as the controller controller creates a cluster or node pool. If the error message persists for a longer period of time, it can be used to surface error message to indicate real problems requiring user intervention.
- conditions
List<ResourceCondition Response> 
- ResourceCondition provide a standard mechanism for higher-level status reporting from controller.
- errorMessage String
- Human-friendly representation of the error message from controller. The error message can be temporary as the controller controller creates a cluster or node pool. If the error message persists for a longer period of time, it can be used to surface error message to indicate real problems requiring user intervention.
- conditions
ResourceCondition Response[] 
- ResourceCondition provide a standard mechanism for higher-level status reporting from controller.
- errorMessage string
- Human-friendly representation of the error message from controller. The error message can be temporary as the controller controller creates a cluster or node pool. If the error message persists for a longer period of time, it can be used to surface error message to indicate real problems requiring user intervention.
- conditions
Sequence[ResourceCondition Response] 
- ResourceCondition provide a standard mechanism for higher-level status reporting from controller.
- error_message str
- Human-friendly representation of the error message from controller. The error message can be temporary as the controller controller creates a cluster or node pool. If the error message persists for a longer period of time, it can be used to surface error message to indicate real problems requiring user intervention.
- conditions List<Property Map>
- ResourceCondition provide a standard mechanism for higher-level status reporting from controller.
- errorMessage String
- Human-friendly representation of the error message from controller. The error message can be temporary as the controller controller creates a cluster or node pool. If the error message persists for a longer period of time, it can be used to surface error message to indicate real problems requiring user intervention.
ValidationCheckResponse  
- Option string
- Options used for the validation check
- Scenario string
- The scenario when the preflight checks were run.
- Status
Pulumi.Google Native. Gkeonprem. V1. Inputs. Validation Check Status Response 
- The detailed validation check status.
- Option string
- Options used for the validation check
- Scenario string
- The scenario when the preflight checks were run.
- Status
ValidationCheck Status Response 
- The detailed validation check status.
- option String
- Options used for the validation check
- scenario String
- The scenario when the preflight checks were run.
- status
ValidationCheck Status Response 
- The detailed validation check status.
- option string
- Options used for the validation check
- scenario string
- The scenario when the preflight checks were run.
- status
ValidationCheck Status Response 
- The detailed validation check status.
- option str
- Options used for the validation check
- scenario str
- The scenario when the preflight checks were run.
- status
ValidationCheck Status Response 
- The detailed validation check status.
- option String
- Options used for the validation check
- scenario String
- The scenario when the preflight checks were run.
- status Property Map
- The detailed validation check status.
ValidationCheckResultResponse   
- Category string
- The category of the validation.
- Description string
- The description of the validation check.
- Details string
- Detailed failure information, which might be unformatted.
- Reason string
- A human-readable message of the check failure.
- State string
- The validation check state.
- Category string
- The category of the validation.
- Description string
- The description of the validation check.
- Details string
- Detailed failure information, which might be unformatted.
- Reason string
- A human-readable message of the check failure.
- State string
- The validation check state.
- category String
- The category of the validation.
- description String
- The description of the validation check.
- details String
- Detailed failure information, which might be unformatted.
- reason String
- A human-readable message of the check failure.
- state String
- The validation check state.
- category string
- The category of the validation.
- description string
- The description of the validation check.
- details string
- Detailed failure information, which might be unformatted.
- reason string
- A human-readable message of the check failure.
- state string
- The validation check state.
- category str
- The category of the validation.
- description str
- The description of the validation check.
- details str
- Detailed failure information, which might be unformatted.
- reason str
- A human-readable message of the check failure.
- state str
- The validation check state.
- category String
- The category of the validation.
- description String
- The description of the validation check.
- details String
- Detailed failure information, which might be unformatted.
- reason String
- A human-readable message of the check failure.
- state String
- The validation check state.
ValidationCheckStatusResponse   
- Result
List<Pulumi.Google Native. Gkeonprem. V1. Inputs. Validation Check Result Response> 
- Individual checks which failed as part of the Preflight check execution.
- Result
[]ValidationCheck Result Response 
- Individual checks which failed as part of the Preflight check execution.
- result
List<ValidationCheck Result Response> 
- Individual checks which failed as part of the Preflight check execution.
- result
ValidationCheck Result Response[] 
- Individual checks which failed as part of the Preflight check execution.
- result
Sequence[ValidationCheck Result Response] 
- Individual checks which failed as part of the Preflight check execution.
- result List<Property Map>
- Individual checks which failed as part of the Preflight check execution.
Package Details
- Repository
- Google Cloud Native pulumi/pulumi-google-native
- License
- Apache-2.0
Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi