Google Cloud Native is in preview. Google Cloud Classic is fully supported.
google-native.gkeonprem/v1.BareMetalAdminCluster
Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Creates a new bare metal admin cluster in a given project and location. The API needs to be combined with creating a bootstrap cluster to work. See: https://cloud.google.com/anthos/clusters/docs/bare-metal/latest/installing/creating-clusters/create-admin-cluster-api#prepare_bootstrap_environment Note - this resource’s API doesn’t support deletion. When deleted, the resource will persist on Google Cloud even though it will be deleted from Pulumi state.
Create BareMetalAdminCluster Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new BareMetalAdminCluster(name: string, args: BareMetalAdminClusterArgs, opts?: CustomResourceOptions);@overload
def BareMetalAdminCluster(resource_name: str,
args: BareMetalAdminClusterArgs,
opts: Optional[ResourceOptions] = None)
@overload
def BareMetalAdminCluster(resource_name: str,
opts: Optional[ResourceOptions] = None,
bare_metal_admin_cluster_id: Optional[str] = None,
maintenance_config: Optional[BareMetalAdminMaintenanceConfigArgs] = None,
name: Optional[str] = None,
binary_authorization: Optional[BinaryAuthorizationArgs] = None,
annotations: Optional[Mapping[str, str]] = None,
control_plane: Optional[BareMetalAdminControlPlaneConfigArgs] = None,
description: Optional[str] = None,
etag: Optional[str] = None,
load_balancer: Optional[BareMetalAdminLoadBalancerConfigArgs] = None,
bare_metal_version: Optional[str] = None,
location: Optional[str] = None,
cluster_operations: Optional[BareMetalAdminClusterOperationsConfigArgs] = None,
network_config: Optional[BareMetalAdminNetworkConfigArgs] = None,
node_access_config: Optional[BareMetalAdminNodeAccessConfigArgs] = None,
node_config: Optional[BareMetalAdminWorkloadNodeConfigArgs] = None,
os_environment_config: Optional[BareMetalAdminOsEnvironmentConfigArgs] = None,
project: Optional[str] = None,
proxy: Optional[BareMetalAdminProxyConfigArgs] = None,
security_config: Optional[BareMetalAdminSecurityConfigArgs] = None,
storage: Optional[BareMetalAdminStorageConfigArgs] = None)func NewBareMetalAdminCluster(ctx *Context, name string, args BareMetalAdminClusterArgs, opts ...ResourceOption) (*BareMetalAdminCluster, error)public BareMetalAdminCluster(string name, BareMetalAdminClusterArgs args, CustomResourceOptions? opts = null)
public BareMetalAdminCluster(String name, BareMetalAdminClusterArgs args)
public BareMetalAdminCluster(String name, BareMetalAdminClusterArgs args, CustomResourceOptions options)
type: google-native:gkeonprem/v1:BareMetalAdminCluster
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args BareMetalAdminClusterArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args BareMetalAdminClusterArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args BareMetalAdminClusterArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args BareMetalAdminClusterArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args BareMetalAdminClusterArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var bareMetalAdminClusterResource = new GoogleNative.Gkeonprem.V1.BareMetalAdminCluster("bareMetalAdminClusterResource", new()
{
BareMetalAdminClusterId = "string",
MaintenanceConfig = new GoogleNative.Gkeonprem.V1.Inputs.BareMetalAdminMaintenanceConfigArgs
{
MaintenanceAddressCidrBlocks = new[]
{
"string",
},
},
Name = "string",
BinaryAuthorization = new GoogleNative.Gkeonprem.V1.Inputs.BinaryAuthorizationArgs
{
EvaluationMode = GoogleNative.Gkeonprem.V1.BinaryAuthorizationEvaluationMode.EvaluationModeUnspecified,
},
Annotations =
{
{ "string", "string" },
},
ControlPlane = new GoogleNative.Gkeonprem.V1.Inputs.BareMetalAdminControlPlaneConfigArgs
{
ControlPlaneNodePoolConfig = new GoogleNative.Gkeonprem.V1.Inputs.BareMetalAdminControlPlaneNodePoolConfigArgs
{
NodePoolConfig = new GoogleNative.Gkeonprem.V1.Inputs.BareMetalNodePoolConfigArgs
{
NodeConfigs = new[]
{
new GoogleNative.Gkeonprem.V1.Inputs.BareMetalNodeConfigArgs
{
Labels =
{
{ "string", "string" },
},
NodeIp = "string",
},
},
KubeletConfig = new GoogleNative.Gkeonprem.V1.Inputs.BareMetalKubeletConfigArgs
{
RegistryBurst = 0,
RegistryPullQps = 0,
SerializeImagePullsDisabled = false,
},
Labels =
{
{ "string", "string" },
},
OperatingSystem = GoogleNative.Gkeonprem.V1.BareMetalNodePoolConfigOperatingSystem.OperatingSystemUnspecified,
Taints = new[]
{
new GoogleNative.Gkeonprem.V1.Inputs.NodeTaintArgs
{
Effect = GoogleNative.Gkeonprem.V1.NodeTaintEffect.EffectUnspecified,
Key = "string",
Value = "string",
},
},
},
},
ApiServerArgs = new[]
{
new GoogleNative.Gkeonprem.V1.Inputs.BareMetalAdminApiServerArgumentArgs
{
Argument = "string",
Value = "string",
},
},
},
Description = "string",
Etag = "string",
LoadBalancer = new GoogleNative.Gkeonprem.V1.Inputs.BareMetalAdminLoadBalancerConfigArgs
{
ManualLbConfig = new GoogleNative.Gkeonprem.V1.Inputs.BareMetalAdminManualLbConfigArgs
{
Enabled = false,
},
PortConfig = new GoogleNative.Gkeonprem.V1.Inputs.BareMetalAdminPortConfigArgs
{
ControlPlaneLoadBalancerPort = 0,
},
VipConfig = new GoogleNative.Gkeonprem.V1.Inputs.BareMetalAdminVipConfigArgs
{
ControlPlaneVip = "string",
},
},
BareMetalVersion = "string",
Location = "string",
ClusterOperations = new GoogleNative.Gkeonprem.V1.Inputs.BareMetalAdminClusterOperationsConfigArgs
{
EnableApplicationLogs = false,
},
NetworkConfig = new GoogleNative.Gkeonprem.V1.Inputs.BareMetalAdminNetworkConfigArgs
{
IslandModeCidr = new GoogleNative.Gkeonprem.V1.Inputs.BareMetalAdminIslandModeCidrConfigArgs
{
PodAddressCidrBlocks = new[]
{
"string",
},
ServiceAddressCidrBlocks = new[]
{
"string",
},
},
},
NodeAccessConfig = new GoogleNative.Gkeonprem.V1.Inputs.BareMetalAdminNodeAccessConfigArgs
{
LoginUser = "string",
},
NodeConfig = new GoogleNative.Gkeonprem.V1.Inputs.BareMetalAdminWorkloadNodeConfigArgs
{
MaxPodsPerNode = "string",
},
OsEnvironmentConfig = new GoogleNative.Gkeonprem.V1.Inputs.BareMetalAdminOsEnvironmentConfigArgs
{
PackageRepoExcluded = false,
},
Project = "string",
Proxy = new GoogleNative.Gkeonprem.V1.Inputs.BareMetalAdminProxyConfigArgs
{
Uri = "string",
NoProxy = new[]
{
"string",
},
},
SecurityConfig = new GoogleNative.Gkeonprem.V1.Inputs.BareMetalAdminSecurityConfigArgs
{
Authorization = new GoogleNative.Gkeonprem.V1.Inputs.AuthorizationArgs
{
AdminUsers = new[]
{
new GoogleNative.Gkeonprem.V1.Inputs.ClusterUserArgs
{
Username = "string",
},
},
},
},
Storage = new GoogleNative.Gkeonprem.V1.Inputs.BareMetalAdminStorageConfigArgs
{
LvpNodeMountsConfig = new GoogleNative.Gkeonprem.V1.Inputs.BareMetalLvpConfigArgs
{
Path = "string",
StorageClass = "string",
},
LvpShareConfig = new GoogleNative.Gkeonprem.V1.Inputs.BareMetalLvpShareConfigArgs
{
LvpConfig = new GoogleNative.Gkeonprem.V1.Inputs.BareMetalLvpConfigArgs
{
Path = "string",
StorageClass = "string",
},
SharedPathPvCount = 0,
},
},
});
example, err := gkeonprem.NewBareMetalAdminCluster(ctx, "bareMetalAdminClusterResource", &gkeonprem.BareMetalAdminClusterArgs{
BareMetalAdminClusterId: pulumi.String("string"),
MaintenanceConfig: &gkeonprem.BareMetalAdminMaintenanceConfigArgs{
MaintenanceAddressCidrBlocks: pulumi.StringArray{
pulumi.String("string"),
},
},
Name: pulumi.String("string"),
BinaryAuthorization: &gkeonprem.BinaryAuthorizationArgs{
EvaluationMode: gkeonprem.BinaryAuthorizationEvaluationModeEvaluationModeUnspecified,
},
Annotations: pulumi.StringMap{
"string": pulumi.String("string"),
},
ControlPlane: &gkeonprem.BareMetalAdminControlPlaneConfigArgs{
ControlPlaneNodePoolConfig: &gkeonprem.BareMetalAdminControlPlaneNodePoolConfigArgs{
NodePoolConfig: &gkeonprem.BareMetalNodePoolConfigArgs{
NodeConfigs: gkeonprem.BareMetalNodeConfigArray{
&gkeonprem.BareMetalNodeConfigArgs{
Labels: pulumi.StringMap{
"string": pulumi.String("string"),
},
NodeIp: pulumi.String("string"),
},
},
KubeletConfig: &gkeonprem.BareMetalKubeletConfigArgs{
RegistryBurst: pulumi.Int(0),
RegistryPullQps: pulumi.Int(0),
SerializeImagePullsDisabled: pulumi.Bool(false),
},
Labels: pulumi.StringMap{
"string": pulumi.String("string"),
},
OperatingSystem: gkeonprem.BareMetalNodePoolConfigOperatingSystemOperatingSystemUnspecified,
Taints: gkeonprem.NodeTaintArray{
&gkeonprem.NodeTaintArgs{
Effect: gkeonprem.NodeTaintEffectEffectUnspecified,
Key: pulumi.String("string"),
Value: pulumi.String("string"),
},
},
},
},
ApiServerArgs: gkeonprem.BareMetalAdminApiServerArgumentArray{
&gkeonprem.BareMetalAdminApiServerArgumentArgs{
Argument: pulumi.String("string"),
Value: pulumi.String("string"),
},
},
},
Description: pulumi.String("string"),
Etag: pulumi.String("string"),
LoadBalancer: &gkeonprem.BareMetalAdminLoadBalancerConfigArgs{
ManualLbConfig: &gkeonprem.BareMetalAdminManualLbConfigArgs{
Enabled: pulumi.Bool(false),
},
PortConfig: &gkeonprem.BareMetalAdminPortConfigArgs{
ControlPlaneLoadBalancerPort: pulumi.Int(0),
},
VipConfig: &gkeonprem.BareMetalAdminVipConfigArgs{
ControlPlaneVip: pulumi.String("string"),
},
},
BareMetalVersion: pulumi.String("string"),
Location: pulumi.String("string"),
ClusterOperations: &gkeonprem.BareMetalAdminClusterOperationsConfigArgs{
EnableApplicationLogs: pulumi.Bool(false),
},
NetworkConfig: &gkeonprem.BareMetalAdminNetworkConfigArgs{
IslandModeCidr: &gkeonprem.BareMetalAdminIslandModeCidrConfigArgs{
PodAddressCidrBlocks: pulumi.StringArray{
pulumi.String("string"),
},
ServiceAddressCidrBlocks: pulumi.StringArray{
pulumi.String("string"),
},
},
},
NodeAccessConfig: &gkeonprem.BareMetalAdminNodeAccessConfigArgs{
LoginUser: pulumi.String("string"),
},
NodeConfig: &gkeonprem.BareMetalAdminWorkloadNodeConfigArgs{
MaxPodsPerNode: pulumi.String("string"),
},
OsEnvironmentConfig: &gkeonprem.BareMetalAdminOsEnvironmentConfigArgs{
PackageRepoExcluded: pulumi.Bool(false),
},
Project: pulumi.String("string"),
Proxy: &gkeonprem.BareMetalAdminProxyConfigArgs{
Uri: pulumi.String("string"),
NoProxy: pulumi.StringArray{
pulumi.String("string"),
},
},
SecurityConfig: &gkeonprem.BareMetalAdminSecurityConfigArgs{
Authorization: &gkeonprem.AuthorizationArgs{
AdminUsers: gkeonprem.ClusterUserArray{
&gkeonprem.ClusterUserArgs{
Username: pulumi.String("string"),
},
},
},
},
Storage: &gkeonprem.BareMetalAdminStorageConfigArgs{
LvpNodeMountsConfig: &gkeonprem.BareMetalLvpConfigArgs{
Path: pulumi.String("string"),
StorageClass: pulumi.String("string"),
},
LvpShareConfig: &gkeonprem.BareMetalLvpShareConfigArgs{
LvpConfig: &gkeonprem.BareMetalLvpConfigArgs{
Path: pulumi.String("string"),
StorageClass: pulumi.String("string"),
},
SharedPathPvCount: pulumi.Int(0),
},
},
})
var bareMetalAdminClusterResource = new BareMetalAdminCluster("bareMetalAdminClusterResource", BareMetalAdminClusterArgs.builder()
.bareMetalAdminClusterId("string")
.maintenanceConfig(BareMetalAdminMaintenanceConfigArgs.builder()
.maintenanceAddressCidrBlocks("string")
.build())
.name("string")
.binaryAuthorization(BinaryAuthorizationArgs.builder()
.evaluationMode("EVALUATION_MODE_UNSPECIFIED")
.build())
.annotations(Map.of("string", "string"))
.controlPlane(BareMetalAdminControlPlaneConfigArgs.builder()
.controlPlaneNodePoolConfig(BareMetalAdminControlPlaneNodePoolConfigArgs.builder()
.nodePoolConfig(BareMetalNodePoolConfigArgs.builder()
.nodeConfigs(BareMetalNodeConfigArgs.builder()
.labels(Map.of("string", "string"))
.nodeIp("string")
.build())
.kubeletConfig(BareMetalKubeletConfigArgs.builder()
.registryBurst(0)
.registryPullQps(0)
.serializeImagePullsDisabled(false)
.build())
.labels(Map.of("string", "string"))
.operatingSystem("OPERATING_SYSTEM_UNSPECIFIED")
.taints(NodeTaintArgs.builder()
.effect("EFFECT_UNSPECIFIED")
.key("string")
.value("string")
.build())
.build())
.build())
.apiServerArgs(BareMetalAdminApiServerArgumentArgs.builder()
.argument("string")
.value("string")
.build())
.build())
.description("string")
.etag("string")
.loadBalancer(BareMetalAdminLoadBalancerConfigArgs.builder()
.manualLbConfig(BareMetalAdminManualLbConfigArgs.builder()
.enabled(false)
.build())
.portConfig(BareMetalAdminPortConfigArgs.builder()
.controlPlaneLoadBalancerPort(0)
.build())
.vipConfig(BareMetalAdminVipConfigArgs.builder()
.controlPlaneVip("string")
.build())
.build())
.bareMetalVersion("string")
.location("string")
.clusterOperations(BareMetalAdminClusterOperationsConfigArgs.builder()
.enableApplicationLogs(false)
.build())
.networkConfig(BareMetalAdminNetworkConfigArgs.builder()
.islandModeCidr(BareMetalAdminIslandModeCidrConfigArgs.builder()
.podAddressCidrBlocks("string")
.serviceAddressCidrBlocks("string")
.build())
.build())
.nodeAccessConfig(BareMetalAdminNodeAccessConfigArgs.builder()
.loginUser("string")
.build())
.nodeConfig(BareMetalAdminWorkloadNodeConfigArgs.builder()
.maxPodsPerNode("string")
.build())
.osEnvironmentConfig(BareMetalAdminOsEnvironmentConfigArgs.builder()
.packageRepoExcluded(false)
.build())
.project("string")
.proxy(BareMetalAdminProxyConfigArgs.builder()
.uri("string")
.noProxy("string")
.build())
.securityConfig(BareMetalAdminSecurityConfigArgs.builder()
.authorization(AuthorizationArgs.builder()
.adminUsers(ClusterUserArgs.builder()
.username("string")
.build())
.build())
.build())
.storage(BareMetalAdminStorageConfigArgs.builder()
.lvpNodeMountsConfig(BareMetalLvpConfigArgs.builder()
.path("string")
.storageClass("string")
.build())
.lvpShareConfig(BareMetalLvpShareConfigArgs.builder()
.lvpConfig(BareMetalLvpConfigArgs.builder()
.path("string")
.storageClass("string")
.build())
.sharedPathPvCount(0)
.build())
.build())
.build());
bare_metal_admin_cluster_resource = google_native.gkeonprem.v1.BareMetalAdminCluster("bareMetalAdminClusterResource",
bare_metal_admin_cluster_id="string",
maintenance_config={
"maintenance_address_cidr_blocks": ["string"],
},
name="string",
binary_authorization={
"evaluation_mode": google_native.gkeonprem.v1.BinaryAuthorizationEvaluationMode.EVALUATION_MODE_UNSPECIFIED,
},
annotations={
"string": "string",
},
control_plane={
"control_plane_node_pool_config": {
"node_pool_config": {
"node_configs": [{
"labels": {
"string": "string",
},
"node_ip": "string",
}],
"kubelet_config": {
"registry_burst": 0,
"registry_pull_qps": 0,
"serialize_image_pulls_disabled": False,
},
"labels": {
"string": "string",
},
"operating_system": google_native.gkeonprem.v1.BareMetalNodePoolConfigOperatingSystem.OPERATING_SYSTEM_UNSPECIFIED,
"taints": [{
"effect": google_native.gkeonprem.v1.NodeTaintEffect.EFFECT_UNSPECIFIED,
"key": "string",
"value": "string",
}],
},
},
"api_server_args": [{
"argument": "string",
"value": "string",
}],
},
description="string",
etag="string",
load_balancer={
"manual_lb_config": {
"enabled": False,
},
"port_config": {
"control_plane_load_balancer_port": 0,
},
"vip_config": {
"control_plane_vip": "string",
},
},
bare_metal_version="string",
location="string",
cluster_operations={
"enable_application_logs": False,
},
network_config={
"island_mode_cidr": {
"pod_address_cidr_blocks": ["string"],
"service_address_cidr_blocks": ["string"],
},
},
node_access_config={
"login_user": "string",
},
node_config={
"max_pods_per_node": "string",
},
os_environment_config={
"package_repo_excluded": False,
},
project="string",
proxy={
"uri": "string",
"no_proxy": ["string"],
},
security_config={
"authorization": {
"admin_users": [{
"username": "string",
}],
},
},
storage={
"lvp_node_mounts_config": {
"path": "string",
"storage_class": "string",
},
"lvp_share_config": {
"lvp_config": {
"path": "string",
"storage_class": "string",
},
"shared_path_pv_count": 0,
},
})
const bareMetalAdminClusterResource = new google_native.gkeonprem.v1.BareMetalAdminCluster("bareMetalAdminClusterResource", {
bareMetalAdminClusterId: "string",
maintenanceConfig: {
maintenanceAddressCidrBlocks: ["string"],
},
name: "string",
binaryAuthorization: {
evaluationMode: google_native.gkeonprem.v1.BinaryAuthorizationEvaluationMode.EvaluationModeUnspecified,
},
annotations: {
string: "string",
},
controlPlane: {
controlPlaneNodePoolConfig: {
nodePoolConfig: {
nodeConfigs: [{
labels: {
string: "string",
},
nodeIp: "string",
}],
kubeletConfig: {
registryBurst: 0,
registryPullQps: 0,
serializeImagePullsDisabled: false,
},
labels: {
string: "string",
},
operatingSystem: google_native.gkeonprem.v1.BareMetalNodePoolConfigOperatingSystem.OperatingSystemUnspecified,
taints: [{
effect: google_native.gkeonprem.v1.NodeTaintEffect.EffectUnspecified,
key: "string",
value: "string",
}],
},
},
apiServerArgs: [{
argument: "string",
value: "string",
}],
},
description: "string",
etag: "string",
loadBalancer: {
manualLbConfig: {
enabled: false,
},
portConfig: {
controlPlaneLoadBalancerPort: 0,
},
vipConfig: {
controlPlaneVip: "string",
},
},
bareMetalVersion: "string",
location: "string",
clusterOperations: {
enableApplicationLogs: false,
},
networkConfig: {
islandModeCidr: {
podAddressCidrBlocks: ["string"],
serviceAddressCidrBlocks: ["string"],
},
},
nodeAccessConfig: {
loginUser: "string",
},
nodeConfig: {
maxPodsPerNode: "string",
},
osEnvironmentConfig: {
packageRepoExcluded: false,
},
project: "string",
proxy: {
uri: "string",
noProxy: ["string"],
},
securityConfig: {
authorization: {
adminUsers: [{
username: "string",
}],
},
},
storage: {
lvpNodeMountsConfig: {
path: "string",
storageClass: "string",
},
lvpShareConfig: {
lvpConfig: {
path: "string",
storageClass: "string",
},
sharedPathPvCount: 0,
},
},
});
type: google-native:gkeonprem/v1:BareMetalAdminCluster
properties:
annotations:
string: string
bareMetalAdminClusterId: string
bareMetalVersion: string
binaryAuthorization:
evaluationMode: EVALUATION_MODE_UNSPECIFIED
clusterOperations:
enableApplicationLogs: false
controlPlane:
apiServerArgs:
- argument: string
value: string
controlPlaneNodePoolConfig:
nodePoolConfig:
kubeletConfig:
registryBurst: 0
registryPullQps: 0
serializeImagePullsDisabled: false
labels:
string: string
nodeConfigs:
- labels:
string: string
nodeIp: string
operatingSystem: OPERATING_SYSTEM_UNSPECIFIED
taints:
- effect: EFFECT_UNSPECIFIED
key: string
value: string
description: string
etag: string
loadBalancer:
manualLbConfig:
enabled: false
portConfig:
controlPlaneLoadBalancerPort: 0
vipConfig:
controlPlaneVip: string
location: string
maintenanceConfig:
maintenanceAddressCidrBlocks:
- string
name: string
networkConfig:
islandModeCidr:
podAddressCidrBlocks:
- string
serviceAddressCidrBlocks:
- string
nodeAccessConfig:
loginUser: string
nodeConfig:
maxPodsPerNode: string
osEnvironmentConfig:
packageRepoExcluded: false
project: string
proxy:
noProxy:
- string
uri: string
securityConfig:
authorization:
adminUsers:
- username: string
storage:
lvpNodeMountsConfig:
path: string
storageClass: string
lvpShareConfig:
lvpConfig:
path: string
storageClass: string
sharedPathPvCount: 0
BareMetalAdminCluster Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The BareMetalAdminCluster resource accepts the following input properties:
- Bare
Metal stringAdmin Cluster Id - Required. User provided identifier that is used as part of the resource name; must conform to RFC-1034 and additionally restrict to lower-cased letters. This comes out roughly to: /^a-z+[a-z0-9]$/
- Annotations Dictionary<string, string>
- Annotations on the bare metal admin 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 stringVersion - The Anthos clusters on bare metal version for the bare metal admin cluster.
-
Pulumi.
Google Native. Gkeonprem. V1. Inputs. Binary Authorization - Binary Authorization related configurations.
- Cluster
Operations Pulumi.Google Native. Gkeonprem. V1. Inputs. Bare Metal Admin Cluster Operations Config - Cluster operations configuration.
- Control
Plane Pulumi.Google Native. Gkeonprem. V1. Inputs. Bare Metal Admin Control Plane Config - Control plane configuration.
- Description string
- A human readable description of this bare metal admin cluster.
- 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.
- Load
Balancer Pulumi.Google Native. Gkeonprem. V1. Inputs. Bare Metal Admin Load Balancer Config - Load balancer configuration.
- Location string
- Maintenance
Config Pulumi.Google Native. Gkeonprem. V1. Inputs. Bare Metal Admin Maintenance Config - Maintenance configuration.
- Name string
- Immutable. The bare metal admin cluster resource name.
- Network
Config Pulumi.Google Native. Gkeonprem. V1. Inputs. Bare Metal Admin Network Config - Network configuration.
- Node
Access Pulumi.Config Google Native. Gkeonprem. V1. Inputs. Bare Metal Admin Node Access Config - Node access related configurations.
- Node
Config Pulumi.Google Native. Gkeonprem. V1. Inputs. Bare Metal Admin Workload Node Config - Workload node configuration.
- Os
Environment Pulumi.Config Google Native. Gkeonprem. V1. Inputs. Bare Metal Admin Os Environment Config - OS environment related configurations.
- Project string
- Proxy
Pulumi.
Google Native. Gkeonprem. V1. Inputs. Bare Metal Admin Proxy Config - Proxy configuration.
- Security
Config Pulumi.Google Native. Gkeonprem. V1. Inputs. Bare Metal Admin Security Config - Security related configuration.
- Storage
Pulumi.
Google Native. Gkeonprem. V1. Inputs. Bare Metal Admin Storage Config - Storage configuration.
- Bare
Metal stringAdmin Cluster Id - Required. User provided identifier that is used as part of the resource name; must conform to RFC-1034 and additionally restrict to lower-cased letters. This comes out roughly to: /^a-z+[a-z0-9]$/
- Annotations map[string]string
- Annotations on the bare metal admin 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 stringVersion - The Anthos clusters on bare metal version for the bare metal admin cluster.
-
Binary
Authorization Args - Binary Authorization related configurations.
- Cluster
Operations BareMetal Admin Cluster Operations Config Args - Cluster operations configuration.
- Control
Plane BareMetal Admin Control Plane Config Args - Control plane configuration.
- Description string
- A human readable description of this bare metal admin cluster.
- 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.
- Load
Balancer BareMetal Admin Load Balancer Config Args - Load balancer configuration.
- Location string
- Maintenance
Config BareMetal Admin Maintenance Config Args - Maintenance configuration.
- Name string
- Immutable. The bare metal admin cluster resource name.
- Network
Config BareMetal Admin Network Config Args - Network configuration.
- Node
Access BareConfig Metal Admin Node Access Config Args - Node access related configurations.
- Node
Config BareMetal Admin Workload Node Config Args - Workload node configuration.
- Os
Environment BareConfig Metal Admin Os Environment Config Args - OS environment related configurations.
- Project string
- Proxy
Bare
Metal Admin Proxy Config Args - Proxy configuration.
- Security
Config BareMetal Admin Security Config Args - Security related configuration.
- Storage
Bare
Metal Admin Storage Config Args - Storage configuration.
- bare
Metal StringAdmin Cluster Id - Required. User provided identifier that is used as part of the resource name; must conform to RFC-1034 and additionally restrict to lower-cased letters. This comes out roughly to: /^a-z+[a-z0-9]$/
- annotations Map<String,String>
- Annotations on the bare metal admin 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 StringVersion - The Anthos clusters on bare metal version for the bare metal admin cluster.
-
Binary
Authorization - Binary Authorization related configurations.
- cluster
Operations BareMetal Admin Cluster Operations Config - Cluster operations configuration.
- control
Plane BareMetal Admin Control Plane Config - Control plane configuration.
- description String
- A human readable description of this bare metal admin cluster.
- 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.
- load
Balancer BareMetal Admin Load Balancer Config - Load balancer configuration.
- location String
- maintenance
Config BareMetal Admin Maintenance Config - Maintenance configuration.
- name String
- Immutable. The bare metal admin cluster resource name.
- network
Config BareMetal Admin Network Config - Network configuration.
- node
Access BareConfig Metal Admin Node Access Config - Node access related configurations.
- node
Config BareMetal Admin Workload Node Config - Workload node configuration.
- os
Environment BareConfig Metal Admin Os Environment Config - OS environment related configurations.
- project String
- proxy
Bare
Metal Admin Proxy Config - Proxy configuration.
- security
Config BareMetal Admin Security Config - Security related configuration.
- storage
Bare
Metal Admin Storage Config - Storage configuration.
- bare
Metal stringAdmin Cluster Id - Required. User provided identifier that is used as part of the resource name; must conform to RFC-1034 and additionally restrict to lower-cased letters. This comes out roughly to: /^a-z+[a-z0-9]$/
- annotations {[key: string]: string}
- Annotations on the bare metal admin 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 stringVersion - The Anthos clusters on bare metal version for the bare metal admin cluster.
-
Binary
Authorization - Binary Authorization related configurations.
- cluster
Operations BareMetal Admin Cluster Operations Config - Cluster operations configuration.
- control
Plane BareMetal Admin Control Plane Config - Control plane configuration.
- description string
- A human readable description of this bare metal admin cluster.
- 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.
- load
Balancer BareMetal Admin Load Balancer Config - Load balancer configuration.
- location string
- maintenance
Config BareMetal Admin Maintenance Config - Maintenance configuration.
- name string
- Immutable. The bare metal admin cluster resource name.
- network
Config BareMetal Admin Network Config - Network configuration.
- node
Access BareConfig Metal Admin Node Access Config - Node access related configurations.
- node
Config BareMetal Admin Workload Node Config - Workload node configuration.
- os
Environment BareConfig Metal Admin Os Environment Config - OS environment related configurations.
- project string
- proxy
Bare
Metal Admin Proxy Config - Proxy configuration.
- security
Config BareMetal Admin Security Config - Security related configuration.
- storage
Bare
Metal Admin Storage Config - Storage configuration.
- bare_
metal_ stradmin_ cluster_ id - Required. User provided identifier that is used as part of the resource name; must conform to RFC-1034 and additionally restrict to lower-cased letters. This comes out roughly to: /^a-z+[a-z0-9]$/
- annotations Mapping[str, str]
- Annotations on the bare metal admin 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 the bare metal admin cluster.
-
Binary
Authorization Args - Binary Authorization related configurations.
- cluster_
operations BareMetal Admin Cluster Operations Config Args - Cluster operations configuration.
- control_
plane BareMetal Admin Control Plane Config Args - Control plane configuration.
- description str
- A human readable description of this bare metal admin cluster.
- 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.
- load_
balancer BareMetal Admin Load Balancer Config Args - Load balancer configuration.
- location str
- maintenance_
config BareMetal Admin Maintenance Config Args - Maintenance configuration.
- name str
- Immutable. The bare metal admin cluster resource name.
- network_
config BareMetal Admin Network Config Args - Network configuration.
- node_
access_ Bareconfig Metal Admin Node Access Config Args - Node access related configurations.
- node_
config BareMetal Admin Workload Node Config Args - Workload node configuration.
- os_
environment_ Bareconfig Metal Admin Os Environment Config Args - OS environment related configurations.
- project str
- proxy
Bare
Metal Admin Proxy Config Args - Proxy configuration.
- security_
config BareMetal Admin Security Config Args - Security related configuration.
- storage
Bare
Metal Admin Storage Config Args - Storage configuration.
- bare
Metal StringAdmin Cluster Id - Required. User provided identifier that is used as part of the resource name; must conform to RFC-1034 and additionally restrict to lower-cased letters. This comes out roughly to: /^a-z+[a-z0-9]$/
- annotations Map<String>
- Annotations on the bare metal admin 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 StringVersion - The Anthos clusters on bare metal version for the bare metal admin cluster.
- Property Map
- Binary Authorization related configurations.
- cluster
Operations Property Map - Cluster operations configuration.
- control
Plane Property Map - Control plane configuration.
- description String
- A human readable description of this bare metal admin cluster.
- 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.
- load
Balancer Property Map - Load balancer configuration.
- location String
- maintenance
Config Property Map - Maintenance configuration.
- name String
- Immutable. The bare metal admin cluster resource name.
- network
Config Property Map - Network configuration.
- node
Access Property MapConfig - Node access related configurations.
- node
Config Property Map - Workload node configuration.
- os
Environment Property MapConfig - OS environment related configurations.
- project String
- proxy Property Map
- Proxy configuration.
- security
Config Property Map - Security related configuration.
- storage Property Map
- Storage configuration.
Outputs
All input properties are implicitly available as output properties. Additionally, the BareMetalAdminCluster resource produces the following output properties:
- Create
Time string - The time at which this bare metal admin cluster was created.
- Delete
Time string - The time at which this bare metal admin cluster was deleted. If the resource is not deleted, this must be empty
- Endpoint string
- The IP address name of bare metal admin cluster's API server.
- Fleet
Pulumi.
Google Native. Gkeonprem. V1. Outputs. Fleet Response - Fleet configuration for the cluster.
- Id string
- The provider-assigned unique ID for this managed resource.
- Local
Name string - The object name of the bare metal cluster custom resource. 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 ID 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. All users should use this name to access their cluster using gkectl or kubectl and should expect to see the local name when viewing admin cluster controller logs.
- Maintenance
Status Pulumi.Google Native. Gkeonprem. V1. Outputs. Bare Metal Admin Maintenance Status Response - MaintenanceStatus representing state of maintenance.
- Reconciling bool
- If set, there are currently changes in flight to the bare metal Admin Cluster.
- State string
- The current state of the bare metal admin cluster.
- Status
Pulumi.
Google Native. Gkeonprem. V1. Outputs. Resource Status Response - ResourceStatus representing detailed cluster status.
- Uid string
- The unique identifier of the bare metal admin cluster.
- Update
Time string - The time at which this bare metal admin cluster was last updated.
- Validation
Check Pulumi.Google Native. Gkeonprem. V1. Outputs. Validation Check Response - ValidationCheck representing the result of the preflight check.
- Create
Time string - The time at which this bare metal admin cluster was created.
- Delete
Time string - The time at which this bare metal admin cluster was deleted. If the resource is not deleted, this must be empty
- Endpoint string
- The IP address name of bare metal admin cluster's API server.
- Fleet
Fleet
Response - Fleet configuration for the cluster.
- Id string
- The provider-assigned unique ID for this managed resource.
- Local
Name string - The object name of the bare metal cluster custom resource. 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 ID 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. All users should use this name to access their cluster using gkectl or kubectl and should expect to see the local name when viewing admin cluster controller logs.
- Maintenance
Status BareMetal Admin Maintenance Status Response - MaintenanceStatus representing state of maintenance.
- Reconciling bool
- If set, there are currently changes in flight to the bare metal Admin Cluster.
- State string
- The current state of the bare metal admin cluster.
- Status
Resource
Status Response - ResourceStatus representing detailed cluster status.
- Uid string
- The unique identifier of the bare metal admin cluster.
- Update
Time string - The time at which this bare metal admin cluster was last updated.
- Validation
Check ValidationCheck Response - ValidationCheck representing the result of the preflight check.
- create
Time String - The time at which this bare metal admin cluster was created.
- delete
Time String - The time at which this bare metal admin cluster was deleted. If the resource is not deleted, this must be empty
- endpoint String
- The IP address name of bare metal admin cluster's API server.
- fleet
Fleet
Response - Fleet configuration for the cluster.
- id String
- The provider-assigned unique ID for this managed resource.
- local
Name String - The object name of the bare metal cluster custom resource. 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 ID 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. All users should use this name to access their cluster using gkectl or kubectl and should expect to see the local name when viewing admin cluster controller logs.
- maintenance
Status BareMetal Admin Maintenance Status Response - MaintenanceStatus representing state of maintenance.
- reconciling Boolean
- If set, there are currently changes in flight to the bare metal Admin Cluster.
- state String
- The current state of the bare metal admin cluster.
- status
Resource
Status Response - ResourceStatus representing detailed cluster status.
- uid String
- The unique identifier of the bare metal admin cluster.
- update
Time String - The time at which this bare metal admin cluster was last updated.
- validation
Check ValidationCheck Response - ValidationCheck representing the result of the preflight check.
- create
Time string - The time at which this bare metal admin cluster was created.
- delete
Time string - The time at which this bare metal admin cluster was deleted. If the resource is not deleted, this must be empty
- endpoint string
- The IP address name of bare metal admin cluster's API server.
- fleet
Fleet
Response - Fleet configuration for the cluster.
- id string
- The provider-assigned unique ID for this managed resource.
- local
Name string - The object name of the bare metal cluster custom resource. 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 ID 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. All users should use this name to access their cluster using gkectl or kubectl and should expect to see the local name when viewing admin cluster controller logs.
- maintenance
Status BareMetal Admin Maintenance Status Response - MaintenanceStatus representing state of maintenance.
- reconciling boolean
- If set, there are currently changes in flight to the bare metal Admin Cluster.
- state string
- The current state of the bare metal admin cluster.
- status
Resource
Status Response - ResourceStatus representing detailed cluster status.
- uid string
- The unique identifier of the bare metal admin cluster.
- update
Time string - The time at which this bare metal admin cluster was last updated.
- validation
Check ValidationCheck Response - ValidationCheck representing the result of the preflight check.
- create_
time str - The time at which this bare metal admin cluster was created.
- delete_
time str - The time at which this bare metal admin cluster was deleted. If the resource is not deleted, this must be empty
- endpoint str
- The IP address name of bare metal admin cluster's API server.
- fleet
Fleet
Response - Fleet configuration for the cluster.
- id str
- The provider-assigned unique ID for this managed resource.
- local_
name str - The object name of the bare metal cluster custom resource. 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 ID 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. All users should use this name to access their cluster using gkectl or kubectl and should expect to see the local name when viewing admin cluster controller logs.
- maintenance_
status BareMetal Admin Maintenance Status Response - MaintenanceStatus representing state of maintenance.
- reconciling bool
- If set, there are currently changes in flight to the bare metal Admin Cluster.
- state str
- The current state of the bare metal admin cluster.
- status
Resource
Status Response - ResourceStatus representing detailed cluster status.
- uid str
- The unique identifier of the bare metal admin cluster.
- update_
time str - The time at which this bare metal admin cluster was last updated.
- validation_
check ValidationCheck Response - ValidationCheck representing the result of the preflight check.
- create
Time String - The time at which this bare metal admin cluster was created.
- delete
Time String - The time at which this bare metal admin cluster was deleted. If the resource is not deleted, this must be empty
- endpoint String
- The IP address name of bare metal admin cluster's API server.
- fleet Property Map
- Fleet configuration for the cluster.
- id String
- The provider-assigned unique ID for this managed resource.
- local
Name String - The object name of the bare metal cluster custom resource. 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 ID 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. All users should use this name to access their cluster using gkectl or kubectl and should expect to see the local name when viewing admin cluster controller logs.
- maintenance
Status Property Map - MaintenanceStatus representing state of maintenance.
- reconciling Boolean
- If set, there are currently changes in flight to the bare metal Admin Cluster.
- state String
- The current state of the bare metal admin cluster.
- status Property Map
- ResourceStatus representing detailed cluster status.
- uid String
- The unique identifier of the bare metal admin cluster.
- update
Time String - The time at which this bare metal admin cluster was last updated.
- validation
Check Property Map - ValidationCheck representing the result of the preflight check.
Supporting Types
Authorization, AuthorizationArgs
Authorization defines the On-Prem cluster authorization configuration to bootstrap onto the admin cluster.- Admin
Users List<Pulumi.Google Native. Gkeonprem. V1. Inputs. Cluster User> - 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 []ClusterUser - 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 List<ClusterUser> - 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 ClusterUser[] - 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] - 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 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.
AuthorizationResponse, AuthorizationResponseArgs
Authorization defines the On-Prem cluster authorization configuration to bootstrap onto the admin cluster.- Admin
Users 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.
- Admin
Users []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 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.
- admin
Users 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.
- admin
Users 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.
BareMetalAdminApiServerArgument, BareMetalAdminApiServerArgumentArgs
BareMetalAdminApiServerArgument represents an arg name->value pair. Only a subset of customized flags are supported. Please refer to the API server documentation below to know the exact format: https://kubernetes.io/docs/reference/command-line-tools-reference/kube-apiserver/BareMetalAdminApiServerArgumentResponse, BareMetalAdminApiServerArgumentResponseArgs
BareMetalAdminApiServerArgument represents an arg name->value pair. Only a subset of customized flags are supported. Please refer to the API server documentation below to know the exact format: https://kubernetes.io/docs/reference/command-line-tools-reference/kube-apiserver/BareMetalAdminClusterOperationsConfig, BareMetalAdminClusterOperationsConfigArgs
BareMetalAdminClusterOperationsConfig specifies the admin cluster's observability infrastructure.- Enable
Application boolLogs - 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).
- enable
Application BooleanLogs - Whether collection of application logs/metrics should be enabled (in addition to system logs/metrics).
- enable
Application 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).
- enable
Application BooleanLogs - Whether collection of application logs/metrics should be enabled (in addition to system logs/metrics).
BareMetalAdminClusterOperationsConfigResponse, BareMetalAdminClusterOperationsConfigResponseArgs
BareMetalAdminClusterOperationsConfig specifies the admin cluster's observability infrastructure.- Enable
Application boolLogs - 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).
- enable
Application BooleanLogs - Whether collection of application logs/metrics should be enabled (in addition to system logs/metrics).
- enable
Application 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).
- enable
Application BooleanLogs - Whether collection of application logs/metrics should be enabled (in addition to system logs/metrics).
BareMetalAdminControlPlaneConfig, BareMetalAdminControlPlaneConfigArgs
BareMetalAdminControlPlaneConfig specifies the control plane configuration.- Control
Plane Pulumi.Node Pool Config Google Native. Gkeonprem. V1. Inputs. Bare Metal Admin Control Plane Node Pool Config - Configures the node pool running the control plane. If specified the corresponding NodePool will be created for the cluster's control plane. The NodePool will have the same name and namespace as the cluster.
- Api
Server List<Pulumi.Args Google Native. Gkeonprem. V1. Inputs. Bare Metal Admin Api Server Argument> - Customizes the default API server args. Only a subset of customized flags are supported. Please refer to the API server documentation below to know the exact format: https://kubernetes.io/docs/reference/command-line-tools-reference/kube-apiserver/
- Control
Plane BareNode Pool Config Metal Admin Control Plane Node Pool Config - Configures the node pool running the control plane. If specified the corresponding NodePool will be created for the cluster's control plane. The NodePool will have the same name and namespace as the cluster.
- Api
Server []BareArgs Metal Admin Api Server Argument - Customizes the default API server args. Only a subset of customized flags are supported. Please refer to the API server documentation below to know the exact format: https://kubernetes.io/docs/reference/command-line-tools-reference/kube-apiserver/
- control
Plane BareNode Pool Config Metal Admin Control Plane Node Pool Config - Configures the node pool running the control plane. If specified the corresponding NodePool will be created for the cluster's control plane. The NodePool will have the same name and namespace as the cluster.
- api
Server List<BareArgs Metal Admin Api Server Argument> - Customizes the default API server args. Only a subset of customized flags are supported. Please refer to the API server documentation below to know the exact format: https://kubernetes.io/docs/reference/command-line-tools-reference/kube-apiserver/
- control
Plane BareNode Pool Config Metal Admin Control Plane Node Pool Config - Configures the node pool running the control plane. If specified the corresponding NodePool will be created for the cluster's control plane. The NodePool will have the same name and namespace as the cluster.
- api
Server BareArgs Metal Admin Api Server Argument[] - Customizes the default API server args. Only a subset of customized flags are supported. Please refer to the API server documentation below to know the exact format: https://kubernetes.io/docs/reference/command-line-tools-reference/kube-apiserver/
- control_
plane_ Barenode_ pool_ config Metal Admin Control Plane Node Pool Config - Configures the node pool running the control plane. If specified the corresponding NodePool will be created for the cluster's control plane. The NodePool will have the same name and namespace as the cluster.
- api_
server_ Sequence[Bareargs Metal Admin Api Server Argument] - Customizes the default API server args. Only a subset of customized flags are supported. Please refer to the API server documentation below to know the exact format: https://kubernetes.io/docs/reference/command-line-tools-reference/kube-apiserver/
- control
Plane Property MapNode Pool Config - Configures the node pool running the control plane. If specified the corresponding NodePool will be created for the cluster's control plane. The NodePool will have the same name and namespace as the cluster.
- api
Server List<Property Map>Args - Customizes the default API server args. Only a subset of customized flags are supported. Please refer to the API server documentation below to know the exact format: https://kubernetes.io/docs/reference/command-line-tools-reference/kube-apiserver/
BareMetalAdminControlPlaneConfigResponse, BareMetalAdminControlPlaneConfigResponseArgs
BareMetalAdminControlPlaneConfig specifies the control plane configuration.- Api
Server List<Pulumi.Args Google Native. Gkeonprem. V1. Inputs. Bare Metal Admin Api Server Argument Response> - Customizes the default API server args. Only a subset of customized flags are supported. Please refer to the API server documentation below to know the exact format: https://kubernetes.io/docs/reference/command-line-tools-reference/kube-apiserver/
- Control
Plane Pulumi.Node Pool Config Google Native. Gkeonprem. V1. Inputs. Bare Metal Admin Control Plane Node Pool Config Response - Configures the node pool running the control plane. If specified the corresponding NodePool will be created for the cluster's control plane. The NodePool will have the same name and namespace as the cluster.
- Api
Server []BareArgs Metal Admin Api Server Argument Response - Customizes the default API server args. Only a subset of customized flags are supported. Please refer to the API server documentation below to know the exact format: https://kubernetes.io/docs/reference/command-line-tools-reference/kube-apiserver/
- Control
Plane BareNode Pool Config Metal Admin Control Plane Node Pool Config Response - Configures the node pool running the control plane. If specified the corresponding NodePool will be created for the cluster's control plane. The NodePool will have the same name and namespace as the cluster.
- api
Server List<BareArgs Metal Admin Api Server Argument Response> - Customizes the default API server args. Only a subset of customized flags are supported. Please refer to the API server documentation below to know the exact format: https://kubernetes.io/docs/reference/command-line-tools-reference/kube-apiserver/
- control
Plane BareNode Pool Config Metal Admin Control Plane Node Pool Config Response - Configures the node pool running the control plane. If specified the corresponding NodePool will be created for the cluster's control plane. The NodePool will have the same name and namespace as the cluster.
- api
Server BareArgs Metal Admin Api Server Argument Response[] - Customizes the default API server args. Only a subset of customized flags are supported. Please refer to the API server documentation below to know the exact format: https://kubernetes.io/docs/reference/command-line-tools-reference/kube-apiserver/
- control
Plane BareNode Pool Config Metal Admin Control Plane Node Pool Config Response - Configures the node pool running the control plane. If specified the corresponding NodePool will be created for the cluster's control plane. The NodePool will have the same name and namespace as the cluster.
- api_
server_ Sequence[Bareargs Metal Admin Api Server Argument Response] - Customizes the default API server args. Only a subset of customized flags are supported. Please refer to the API server documentation below to know the exact format: https://kubernetes.io/docs/reference/command-line-tools-reference/kube-apiserver/
- control_
plane_ Barenode_ pool_ config Metal Admin Control Plane Node Pool Config Response - Configures the node pool running the control plane. If specified the corresponding NodePool will be created for the cluster's control plane. The NodePool will have the same name and namespace as the cluster.
- api
Server List<Property Map>Args - Customizes the default API server args. Only a subset of customized flags are supported. Please refer to the API server documentation below to know the exact format: https://kubernetes.io/docs/reference/command-line-tools-reference/kube-apiserver/
- control
Plane Property MapNode Pool Config - Configures the node pool running the control plane. If specified the corresponding NodePool will be created for the cluster's control plane. The NodePool will have the same name and namespace as the cluster.
BareMetalAdminControlPlaneNodePoolConfig, BareMetalAdminControlPlaneNodePoolConfigArgs
BareMetalAdminControlPlaneNodePoolConfig specifies the control plane node pool configuration. We have a control plane specific node pool config so that we can flexible about supporting control plane specific fields in the future.- Node
Pool Pulumi.Config Google Native. Gkeonprem. V1. Inputs. Bare Metal Node Pool Config - The generic configuration for a node pool running the control plane.
- Node
Pool BareConfig Metal Node Pool Config - The generic configuration for a node pool running the control plane.
- node
Pool BareConfig Metal Node Pool Config - The generic configuration for a node pool running the control plane.
- node
Pool BareConfig Metal Node Pool Config - The generic configuration for a node pool running the control plane.
- node_
pool_ Bareconfig Metal Node Pool Config - The generic configuration for a node pool running the control plane.
- node
Pool Property MapConfig - The generic configuration for a node pool running the control plane.
BareMetalAdminControlPlaneNodePoolConfigResponse, BareMetalAdminControlPlaneNodePoolConfigResponseArgs
BareMetalAdminControlPlaneNodePoolConfig specifies the control plane node pool configuration. We have a control plane specific node pool config so that we can flexible about supporting control plane specific fields in the future.- Node
Pool Pulumi.Config Google Native. Gkeonprem. V1. Inputs. Bare 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.
- node
Pool 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.
- node_
pool_ Bareconfig Metal Node Pool Config Response - The generic configuration for a node pool running the control plane.
- node
Pool Property MapConfig - The generic configuration for a node pool running the control plane.
BareMetalAdminDrainedMachineResponse, BareMetalAdminDrainedMachineResponseArgs
BareMetalAdminDrainedMachine represents the machines that are drained.- Node
Ip string - Drained machine IP address.
- Node
Ip string - Drained machine IP address.
- node
Ip String - Drained machine IP address.
- node
Ip string - Drained machine IP address.
- node_
ip str - Drained machine IP address.
- node
Ip String - Drained machine IP address.
BareMetalAdminDrainingMachineResponse, BareMetalAdminDrainingMachineResponseArgs
BareMetalAdminDrainingMachine represents the machines that are currently draining.BareMetalAdminIslandModeCidrConfig, BareMetalAdminIslandModeCidrConfigArgs
BareMetalAdminIslandModeCidrConfig specifies the cluster CIDR configuration while running in island mode.- Pod
Address 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.
- Service
Address List<string>Cidr Blocks - All services in the cluster are assigned an RFC1918 IPv4 address from these ranges. This field cannot be changed after creation.
- Pod
Address []stringCidr Blocks - All pods in the cluster are assigned an RFC1918 IPv4 address from these ranges. This field cannot be changed after creation.
- Service
Address []stringCidr Blocks - All services in the cluster are assigned an RFC1918 IPv4 address from these ranges. This field cannot be changed after creation.
- pod
Address 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.
- service
Address List<String>Cidr Blocks - All services in the cluster are assigned an RFC1918 IPv4 address from these ranges. This field cannot be changed after creation.
- pod
Address string[]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 string[]Cidr Blocks - All services in the cluster are assigned an RFC1918 IPv4 address from these ranges. This field cannot be changed after creation.
- 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 cannot be changed after creation.
- pod
Address 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.
- service
Address List<String>Cidr Blocks - All services in the cluster are assigned an RFC1918 IPv4 address from these ranges. This field cannot be changed after creation.
BareMetalAdminIslandModeCidrConfigResponse, BareMetalAdminIslandModeCidrConfigResponseArgs
BareMetalAdminIslandModeCidrConfig specifies the cluster CIDR configuration while running in island mode.- Pod
Address 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.
- Service
Address List<string>Cidr Blocks - All services in the cluster are assigned an RFC1918 IPv4 address from these ranges. This field cannot be changed after creation.
- Pod
Address []stringCidr Blocks - All pods in the cluster are assigned an RFC1918 IPv4 address from these ranges. This field cannot be changed after creation.
- Service
Address []stringCidr Blocks - All services in the cluster are assigned an RFC1918 IPv4 address from these ranges. This field cannot be changed after creation.
- pod
Address 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.
- service
Address List<String>Cidr Blocks - All services in the cluster are assigned an RFC1918 IPv4 address from these ranges. This field cannot be changed after creation.
- pod
Address string[]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 string[]Cidr Blocks - All services in the cluster are assigned an RFC1918 IPv4 address from these ranges. This field cannot be changed after creation.
- 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 cannot be changed after creation.
- pod
Address 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.
- service
Address List<String>Cidr Blocks - All services in the cluster are assigned an RFC1918 IPv4 address from these ranges. This field cannot be changed after creation.
BareMetalAdminLoadBalancerConfig, BareMetalAdminLoadBalancerConfigArgs
BareMetalAdminLoadBalancerConfig specifies the load balancer configuration.- Manual
Lb Pulumi.Config Google Native. Gkeonprem. V1. Inputs. Bare Metal Admin Manual Lb Config - Manually configured load balancers.
- Port
Config Pulumi.Google Native. Gkeonprem. V1. Inputs. Bare Metal Admin Port Config - Configures the ports that the load balancer will listen on.
- Vip
Config Pulumi.Google Native. Gkeonprem. V1. Inputs. Bare Metal Admin Vip Config - The VIPs used by the load balancer.
- Manual
Lb BareConfig Metal Admin Manual Lb Config - Manually configured load balancers.
- Port
Config BareMetal Admin Port Config - Configures the ports that the load balancer will listen on.
- Vip
Config BareMetal Admin Vip Config - The VIPs used by the load balancer.
- manual
Lb BareConfig Metal Admin Manual Lb Config - Manually configured load balancers.
- port
Config BareMetal Admin Port Config - Configures the ports that the load balancer will listen on.
- vip
Config BareMetal Admin Vip Config - The VIPs used by the load balancer.
- manual
Lb BareConfig Metal Admin Manual Lb Config - Manually configured load balancers.
- port
Config BareMetal Admin Port Config - Configures the ports that the load balancer will listen on.
- vip
Config BareMetal Admin Vip Config - The VIPs used by the load balancer.
- manual_
lb_ Bareconfig Metal Admin Manual Lb Config - Manually configured load balancers.
- port_
config BareMetal Admin Port Config - Configures the ports that the load balancer will listen on.
- vip_
config BareMetal Admin Vip Config - The VIPs used by the load balancer.
- manual
Lb Property MapConfig - Manually configured load balancers.
- port
Config Property Map - Configures the ports that the load balancer will listen on.
- vip
Config Property Map - The VIPs used by the load balancer.
BareMetalAdminLoadBalancerConfigResponse, BareMetalAdminLoadBalancerConfigResponseArgs
BareMetalAdminLoadBalancerConfig specifies the load balancer configuration.- Manual
Lb Pulumi.Config Google Native. Gkeonprem. V1. Inputs. Bare Metal Admin Manual Lb Config Response - Manually configured load balancers.
- Port
Config Pulumi.Google Native. Gkeonprem. V1. Inputs. Bare Metal Admin Port Config Response - Configures the ports that the load balancer will listen on.
- Vip
Config Pulumi.Google Native. Gkeonprem. V1. Inputs. Bare Metal Admin Vip Config Response - The VIPs used by the load balancer.
- Manual
Lb BareConfig Metal Admin Manual Lb Config Response - Manually configured load balancers.
- Port
Config BareMetal Admin Port Config Response - Configures the ports that the load balancer will listen on.
- Vip
Config BareMetal Admin Vip Config Response - The VIPs used by the load balancer.
- manual
Lb BareConfig Metal Admin Manual Lb Config Response - Manually configured load balancers.
- port
Config BareMetal Admin Port Config Response - Configures the ports that the load balancer will listen on.
- vip
Config BareMetal Admin Vip Config Response - The VIPs used by the load balancer.
- manual
Lb BareConfig Metal Admin Manual Lb Config Response - Manually configured load balancers.
- port
Config BareMetal Admin Port Config Response - Configures the ports that the load balancer will listen on.
- vip
Config BareMetal Admin Vip Config Response - The VIPs used by the load balancer.
- manual_
lb_ Bareconfig Metal Admin Manual Lb Config Response - Manually configured load balancers.
- port_
config BareMetal Admin Port Config Response - Configures the ports that the load balancer will listen on.
- vip_
config BareMetal Admin Vip Config Response - The VIPs used by the load balancer.
- manual
Lb Property MapConfig - Manually configured load balancers.
- port
Config Property Map - Configures the ports that the load balancer will listen on.
- vip
Config Property Map - The VIPs used by the load balancer.
BareMetalAdminMachineDrainStatusResponse, BareMetalAdminMachineDrainStatusResponseArgs
BareMetalAdminMachineDrainStatus represents the status of bare metal node machines that are undergoing drain operations.- Drained
Machines List<Pulumi.Google Native. Gkeonprem. V1. Inputs. Bare Metal Admin Drained Machine Response> - The list of drained machines.
- Draining
Machines List<Pulumi.Google Native. Gkeonprem. V1. Inputs. Bare Metal Admin Draining Machine Response> - The list of draning machines.
- Drained
Machines []BareMetal Admin Drained Machine Response - The list of drained machines.
- Draining
Machines []BareMetal Admin Draining Machine Response - The list of draning machines.
- drained
Machines List<BareMetal Admin Drained Machine Response> - The list of drained machines.
- draining
Machines List<BareMetal Admin Draining Machine Response> - The list of draning machines.
- drained
Machines BareMetal Admin Drained Machine Response[] - The list of drained machines.
- draining
Machines BareMetal Admin Draining Machine Response[] - The list of draning machines.
- drained_
machines Sequence[BareMetal Admin Drained Machine Response] - The list of drained machines.
- draining_
machines Sequence[BareMetal Admin Draining Machine Response] - The list of draning machines.
- drained
Machines List<Property Map> - The list of drained machines.
- draining
Machines List<Property Map> - The list of draning machines.
BareMetalAdminMaintenanceConfig, BareMetalAdminMaintenanceConfigArgs
BareMetalAdminMaintenanceConfig specifies configurations to put bare metal Admin cluster CRs nodes in and out of maintenance.- Maintenance
Address 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.
- Maintenance
Address []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.
- maintenance
Address 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.
- maintenance
Address 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.
- maintenance
Address 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.
BareMetalAdminMaintenanceConfigResponse, BareMetalAdminMaintenanceConfigResponseArgs
BareMetalAdminMaintenanceConfig specifies configurations to put bare metal Admin cluster CRs nodes in and out of maintenance.- Maintenance
Address 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.
- Maintenance
Address []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.
- maintenance
Address 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.
- maintenance
Address 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.
- maintenance
Address 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.
BareMetalAdminMaintenanceStatusResponse, BareMetalAdminMaintenanceStatusResponseArgs
BareMetalAdminMaintenanceStatus represents the maintenance status for bare metal Admin cluster CR's nodes.- Machine
Drain Pulumi.Status Google Native. Gkeonprem. V1. Inputs. Bare Metal Admin Machine Drain Status Response - Represents the status of draining and drained machine nodes. This is used to show the progress of cluster upgrade.
- Machine
Drain BareStatus Metal Admin Machine Drain Status Response - Represents the status of draining and drained machine nodes. This is used to show the progress of cluster upgrade.
- machine
Drain BareStatus Metal Admin Machine Drain Status Response - Represents the status of draining and drained machine nodes. This is used to show the progress of cluster upgrade.
- machine
Drain BareStatus Metal Admin Machine Drain Status Response - Represents the status of draining and drained machine nodes. This is used to show the progress of cluster upgrade.
- machine_
drain_ Barestatus Metal Admin Machine Drain Status Response - Represents the status of draining and drained machine nodes. This is used to show the progress of cluster upgrade.
- machine
Drain Property MapStatus - Represents the status of draining and drained machine nodes. This is used to show the progress of cluster upgrade.
BareMetalAdminManualLbConfig, BareMetalAdminManualLbConfigArgs
BareMetalAdminManualLbConfig represents configuration parameters for a manual load balancer.- 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.
BareMetalAdminManualLbConfigResponse, BareMetalAdminManualLbConfigResponseArgs
BareMetalAdminManualLbConfig represents configuration parameters for a manual load balancer.- 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.
BareMetalAdminNetworkConfig, BareMetalAdminNetworkConfigArgs
BareMetalAdminNetworkConfig specifies the cluster network configuration.- Island
Mode Pulumi.Cidr Google Native. Gkeonprem. V1. Inputs. Bare Metal Admin Island Mode Cidr Config - Configuration for Island mode CIDR.
- Island
Mode BareCidr Metal Admin Island Mode Cidr Config - Configuration for Island mode CIDR.
- island
Mode BareCidr Metal Admin Island Mode Cidr Config - Configuration for Island mode CIDR.
- island
Mode BareCidr Metal Admin Island Mode Cidr Config - Configuration for Island mode CIDR.
- island_
mode_ Barecidr Metal Admin Island Mode Cidr Config - Configuration for Island mode CIDR.
- island
Mode Property MapCidr - Configuration for Island mode CIDR.
BareMetalAdminNetworkConfigResponse, BareMetalAdminNetworkConfigResponseArgs
BareMetalAdminNetworkConfig specifies the cluster network configuration.- Island
Mode Pulumi.Cidr Google Native. Gkeonprem. V1. Inputs. Bare Metal Admin Island Mode Cidr Config Response - Configuration for Island mode CIDR.
- Island
Mode BareCidr Metal Admin Island Mode Cidr Config Response - Configuration for Island mode CIDR.
- island
Mode BareCidr Metal Admin Island Mode Cidr Config Response - Configuration for Island mode CIDR.
- island
Mode BareCidr Metal Admin Island Mode Cidr Config Response - Configuration for Island mode CIDR.
- island_
mode_ Barecidr Metal Admin Island Mode Cidr Config Response - Configuration for Island mode CIDR.
- island
Mode Property MapCidr - Configuration for Island mode CIDR.
BareMetalAdminNodeAccessConfig, BareMetalAdminNodeAccessConfigArgs
Specifies the node access related settings for the bare metal admin cluster.- Login
User string - LoginUser is the user name used to access node machines. It defaults to "root" if not set.
- Login
User string - LoginUser is the user name used to access node machines. It defaults to "root" if not set.
- login
User String - LoginUser is the user name used to access node machines. It defaults to "root" if not set.
- login
User 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.
- login
User String - LoginUser is the user name used to access node machines. It defaults to "root" if not set.
BareMetalAdminNodeAccessConfigResponse, BareMetalAdminNodeAccessConfigResponseArgs
Specifies the node access related settings for the bare metal admin cluster.- Login
User string - LoginUser is the user name used to access node machines. It defaults to "root" if not set.
- Login
User string - LoginUser is the user name used to access node machines. It defaults to "root" if not set.
- login
User String - LoginUser is the user name used to access node machines. It defaults to "root" if not set.
- login
User 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.
- login
User String - LoginUser is the user name used to access node machines. It defaults to "root" if not set.
BareMetalAdminOsEnvironmentConfig, BareMetalAdminOsEnvironmentConfigArgs
Specifies operating system operation settings for cluster provisioning.- Package
Repo boolExcluded - Whether the package repo should be added when initializing bare metal machines.
- Package
Repo boolExcluded - Whether the package repo should be added when initializing bare metal machines.
- package
Repo BooleanExcluded - Whether the package repo should be added when initializing bare metal machines.
- package
Repo booleanExcluded - Whether the package repo should be added when initializing bare metal machines.
- package_
repo_ boolexcluded - Whether the package repo should be added when initializing bare metal machines.
- package
Repo BooleanExcluded - Whether the package repo should be added when initializing bare metal machines.
BareMetalAdminOsEnvironmentConfigResponse, BareMetalAdminOsEnvironmentConfigResponseArgs
Specifies operating system operation settings for cluster provisioning.- Package
Repo boolExcluded - Whether the package repo should be added when initializing bare metal machines.
- Package
Repo boolExcluded - Whether the package repo should be added when initializing bare metal machines.
- package
Repo BooleanExcluded - Whether the package repo should be added when initializing bare metal machines.
- package
Repo booleanExcluded - Whether the package repo should be added when initializing bare metal machines.
- package_
repo_ boolexcluded - Whether the package repo should be added when initializing bare metal machines.
- package
Repo BooleanExcluded - Whether the package repo should be added when initializing bare metal machines.
BareMetalAdminPortConfig, BareMetalAdminPortConfigArgs
BareMetalAdminPortConfig is the specification of load balancer ports.- Control
Plane intLoad 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.
- control
Plane IntegerLoad Balancer Port - The port that control plane hosted load balancers will listen on.
- control
Plane 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.
- control
Plane NumberLoad Balancer Port - The port that control plane hosted load balancers will listen on.
BareMetalAdminPortConfigResponse, BareMetalAdminPortConfigResponseArgs
BareMetalAdminPortConfig is the specification of load balancer ports.- Control
Plane intLoad 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.
- control
Plane IntegerLoad Balancer Port - The port that control plane hosted load balancers will listen on.
- control
Plane 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.
- control
Plane NumberLoad Balancer Port - The port that control plane hosted load balancers will listen on.
BareMetalAdminProxyConfig, BareMetalAdminProxyConfigArgs
BareMetalAdminProxyConfig specifies the cluster proxy configuration.- Uri string
- Specifies the address of your proxy server. Examples:
http://domainWARNING: Do not provide credentials in the formathttp://(username:password@)domainthese will be rejected by the server. - No
Proxy 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://domainWARNING: Do not provide credentials in the formathttp://(username:password@)domainthese will be rejected by the server. - No
Proxy []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://domainWARNING: Do not provide credentials in the formathttp://(username:password@)domainthese will be rejected by the server. - no
Proxy 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://domainWARNING: Do not provide credentials in the formathttp://(username:password@)domainthese will be rejected by the server. - no
Proxy string[] - 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://domainWARNING: Do 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 String
- Specifies the address of your proxy server. Examples:
http://domainWARNING: Do not provide credentials in the formathttp://(username:password@)domainthese will be rejected by the server. - no
Proxy List<String> - A list of IPs, hostnames, and domains that should skip the proxy. Examples: ["127.0.0.1", "example.com", ".corp", "localhost"].
BareMetalAdminProxyConfigResponse, BareMetalAdminProxyConfigResponseArgs
BareMetalAdminProxyConfig specifies the cluster proxy configuration.- No
Proxy 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://domainWARNING: Do not provide credentials in the formathttp://(username:password@)domainthese will be rejected by the server.
- No
Proxy []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://domainWARNING: Do not provide credentials in the formathttp://(username:password@)domainthese will be rejected by the server.
- no
Proxy 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://domainWARNING: Do not provide credentials in the formathttp://(username:password@)domainthese will be rejected by the server.
- no
Proxy 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://domainWARNING: Do 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://domainWARNING: Do not provide credentials in the formathttp://(username:password@)domainthese will be rejected by the server.
- no
Proxy 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://domainWARNING: Do not provide credentials in the formathttp://(username:password@)domainthese will be rejected by the server.
BareMetalAdminSecurityConfig, BareMetalAdminSecurityConfigArgs
Specifies the security related settings for the bare metal admin cluster.-
Pulumi.
Google Native. Gkeonprem. V1. Inputs. Authorization - Configures user access to the admin cluster.
- Authorization
- Configures user access to the admin cluster.
- Authorization
- Configures user access to the admin cluster.
- Authorization
- Configures user access to the admin cluster.
- Authorization
- Configures user access to the admin cluster.
- Property Map
- Configures user access to the admin cluster.
BareMetalAdminSecurityConfigResponse, BareMetalAdminSecurityConfigResponseArgs
Specifies the security related settings for the bare metal admin cluster.-
Pulumi.
Google Native. Gkeonprem. V1. Inputs. Authorization Response - Configures user access to the admin cluster.
-
Authorization
Response - Configures user access to the admin cluster.
-
Authorization
Response - Configures user access to the admin cluster.
-
Authorization
Response - Configures user access to the admin cluster.
-
Authorization
Response - Configures user access to the admin cluster.
- Property Map
- Configures user access to the admin cluster.
BareMetalAdminStorageConfig, BareMetalAdminStorageConfigArgs
BareMetalAdminStorageConfig specifies the cluster storage configuration.- Lvp
Node Pulumi.Mounts Config Google Native. Gkeonprem. V1. Inputs. Bare Metal Lvp 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.
-
Pulumi.
Google Native. Gkeonprem. V1. Inputs. Bare Metal Lvp Share Config - 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 - 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.
-
Bare
Metal Lvp Share Config - 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 - 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.
-
Bare
Metal Lvp Share Config - 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 - 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.
-
Bare
Metal Lvp Share Config - 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 - 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.
-
Bare
Metal Lvp Share Config - Specifies the config for local PersistentVolumes backed by subdirectories in a shared filesystem. These subdirectores are automatically created during cluster creation.
- lvp
Node 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.
BareMetalAdminStorageConfigResponse, BareMetalAdminStorageConfigResponseArgs
BareMetalAdminStorageConfig specifies the cluster storage configuration.- Lvp
Node 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.
- 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.
-
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.
- 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.
-
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.
- 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.
-
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.
- 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.
-
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.
- lvp
Node 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.
BareMetalAdminVipConfig, BareMetalAdminVipConfigArgs
BareMetalAdminVipConfig for bare metal load balancer configurations.- Control
Plane stringVip - The VIP which you previously set aside for the Kubernetes API of this bare metal admin cluster.
- Control
Plane stringVip - The VIP which you previously set aside for the Kubernetes API of this bare metal admin cluster.
- control
Plane StringVip - The VIP which you previously set aside for the Kubernetes API of this bare metal admin cluster.
- control
Plane stringVip - The VIP which you previously set aside for the Kubernetes API of this bare metal admin cluster.
- control_
plane_ strvip - The VIP which you previously set aside for the Kubernetes API of this bare metal admin cluster.
- control
Plane StringVip - The VIP which you previously set aside for the Kubernetes API of this bare metal admin cluster.
BareMetalAdminVipConfigResponse, BareMetalAdminVipConfigResponseArgs
BareMetalAdminVipConfig for bare metal load balancer configurations.- Control
Plane stringVip - The VIP which you previously set aside for the Kubernetes API of this bare metal admin cluster.
- Control
Plane stringVip - The VIP which you previously set aside for the Kubernetes API of this bare metal admin cluster.
- control
Plane StringVip - The VIP which you previously set aside for the Kubernetes API of this bare metal admin cluster.
- control
Plane stringVip - The VIP which you previously set aside for the Kubernetes API of this bare metal admin cluster.
- control_
plane_ strvip - The VIP which you previously set aside for the Kubernetes API of this bare metal admin cluster.
- control
Plane StringVip - The VIP which you previously set aside for the Kubernetes API of this bare metal admin cluster.
BareMetalAdminWorkloadNodeConfig, BareMetalAdminWorkloadNodeConfigArgs
BareMetalAdminWorkloadNodeConfig specifies the workload node configurations.- Max
Pods 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. By default 110 Pods are created per Node. Upper bound is 250 for both HA and non-HA admin cluster. Lower bound is 64 for non-HA admin cluster and 32 for HA admin cluster.
- Max
Pods 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. By default 110 Pods are created per Node. Upper bound is 250 for both HA and non-HA admin cluster. Lower bound is 64 for non-HA admin cluster and 32 for HA admin cluster.
- max
Pods 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. By default 110 Pods are created per Node. Upper bound is 250 for both HA and non-HA admin cluster. Lower bound is 64 for non-HA admin cluster and 32 for HA admin cluster.
- max
Pods 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. By default 110 Pods are created per Node. Upper bound is 250 for both HA and non-HA admin cluster. Lower bound is 64 for non-HA admin cluster and 32 for HA admin cluster.
- 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. By default 110 Pods are created per Node. Upper bound is 250 for both HA and non-HA admin cluster. Lower bound is 64 for non-HA admin cluster and 32 for HA admin cluster.
- max
Pods 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. By default 110 Pods are created per Node. Upper bound is 250 for both HA and non-HA admin cluster. Lower bound is 64 for non-HA admin cluster and 32 for HA admin cluster.
BareMetalAdminWorkloadNodeConfigResponse, BareMetalAdminWorkloadNodeConfigResponseArgs
BareMetalAdminWorkloadNodeConfig specifies the workload node configurations.- Max
Pods 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. By default 110 Pods are created per Node. Upper bound is 250 for both HA and non-HA admin cluster. Lower bound is 64 for non-HA admin cluster and 32 for HA admin cluster.
- Max
Pods 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. By default 110 Pods are created per Node. Upper bound is 250 for both HA and non-HA admin cluster. Lower bound is 64 for non-HA admin cluster and 32 for HA admin cluster.
- max
Pods 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. By default 110 Pods are created per Node. Upper bound is 250 for both HA and non-HA admin cluster. Lower bound is 64 for non-HA admin cluster and 32 for HA admin cluster.
- max
Pods 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. By default 110 Pods are created per Node. Upper bound is 250 for both HA and non-HA admin cluster. Lower bound is 64 for non-HA admin cluster and 32 for HA admin cluster.
- 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. By default 110 Pods are created per Node. Upper bound is 250 for both HA and non-HA admin cluster. Lower bound is 64 for non-HA admin cluster and 32 for HA admin cluster.
- max
Pods 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. By default 110 Pods are created per Node. Upper bound is 250 for both HA and non-HA admin cluster. Lower bound is 64 for non-HA admin cluster and 32 for HA admin cluster.
BareMetalKubeletConfig, BareMetalKubeletConfigArgs
KubeletConfig defines the modifiable kubelet configurations for bare metal machines. Note: this list includes fields supported in GKE (see https://cloud.google.com/kubernetes-engine/docs/how-to/node-system-config#kubelet-options).- 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.
- 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.
- registry
Burst 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.
- registry
Pull 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.
- serialize
Image 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 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.
- registry
Pull 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.
- serialize
Image 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.
- registry
Burst 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.
- registry
Pull 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.
- serialize
Image 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.
BareMetalKubeletConfigResponse, BareMetalKubeletConfigResponseArgs
KubeletConfig defines the modifiable kubelet configurations for bare metal machines. Note: this list includes fields supported in GKE (see https://cloud.google.com/kubernetes-engine/docs/how-to/node-system-config#kubelet-options).- 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.
- 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.
- registry
Burst 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.
- registry
Pull 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.
- serialize
Image 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 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.
- registry
Pull 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.
- serialize
Image 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.
- registry
Burst 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.
- registry
Pull 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.
- serialize
Image 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.
BareMetalLvpConfig, BareMetalLvpConfigArgs
Specifies the configs for local persistent volumes (PVs).- Path string
- The host machine path.
- Storage
Class string - The StorageClass name that PVs will be created with.
- Path string
- The host machine path.
- Storage
Class string - The StorageClass name that PVs will be created with.
- path String
- The host machine path.
- storage
Class String - The StorageClass name that PVs will be created with.
- path string
- The host machine path.
- storage
Class 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.
- storage
Class String - The StorageClass name that PVs will be created with.
BareMetalLvpConfigResponse, BareMetalLvpConfigResponseArgs
Specifies the configs for local persistent volumes (PVs).- Path string
- The host machine path.
- Storage
Class string - The StorageClass name that PVs will be created with.
- Path string
- The host machine path.
- Storage
Class string - The StorageClass name that PVs will be created with.
- path String
- The host machine path.
- storage
Class String - The StorageClass name that PVs will be created with.
- path string
- The host machine path.
- storage
Class 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.
- storage
Class String - The StorageClass name that PVs will be created with.
BareMetalLvpShareConfig, BareMetalLvpShareConfigArgs
Specifies the configs for local persistent volumes under a shared file system.- Lvp
Config Pulumi.Google Native. Gkeonprem. V1. Inputs. Bare Metal Lvp Config - Defines the machine path and storage class for the LVP Share.
- int
- The number of subdirectories to create under path.
- Lvp
Config BareMetal Lvp Config - Defines the machine path and storage class for the LVP Share.
- int
- The number of subdirectories to create under path.
- lvp
Config BareMetal Lvp Config - Defines the machine path and storage class for the LVP Share.
- Integer
- The number of subdirectories to create under path.
- lvp
Config BareMetal Lvp Config - 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 - Defines the machine path and storage class for the LVP Share.
- int
- The number of subdirectories to create under path.
- lvp
Config Property Map - Defines the machine path and storage class for the LVP Share.
- Number
- The number of subdirectories to create under path.
BareMetalLvpShareConfigResponse, BareMetalLvpShareConfigResponseArgs
Specifies the configs for local persistent volumes under a shared file system.- Lvp
Config 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.
- 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.
- lvp
Config BareMetal Lvp Config Response - Defines the machine path and storage class for the LVP Share.
- Integer
- 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.
- 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.
- lvp
Config Property Map - Defines the machine path and storage class for the LVP Share.
- Number
- The number of subdirectories to create under path.
BareMetalNodeConfig, BareMetalNodeConfigArgs
BareMetalNodeConfig lists machine addresses to access Nodes.- 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" }.
- Node
Ip 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" }.
- Node
Ip 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" }.
- node
Ip 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" }.
- node
Ip 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" }.
- node
Ip String - The default IPv4 address for SSH access and Kubernetes node. Example: 192.168.0.1
BareMetalNodeConfigResponse, BareMetalNodeConfigResponseArgs
BareMetalNodeConfig lists machine addresses to access Nodes.- 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" }.
- Node
Ip 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" }.
- Node
Ip 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" }.
- node
Ip 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" }.
- node
Ip 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" }.
- node
Ip String - The default IPv4 address for SSH access and Kubernetes node. Example: 192.168.0.1
BareMetalNodePoolConfig, BareMetalNodePoolConfigArgs
BareMetalNodePoolConfig describes the configuration of all nodes within a given bare metal node pool.- Node
Configs List<Pulumi.Google Native. Gkeonprem. V1. Inputs. Bare Metal Node Config> - The list of machine addresses in the bare metal node pool.
- Kubelet
Config Pulumi.Google Native. Gkeonprem. V1. Inputs. Bare Metal Kubelet Config - 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" }.
- Operating
System Pulumi.Google Native. Gkeonprem. V1. Bare Metal Node Pool Config Operating System - Specifies the nodes operating system (default: LINUX).
- Taints
List<Pulumi.
Google Native. Gkeonprem. V1. Inputs. Node Taint> - The initial taints assigned to nodes of this node pool.
- Node
Configs []BareMetal Node Config - The list of machine addresses in the bare metal node pool.
- Kubelet
Config BareMetal Kubelet Config - 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" }.
- Operating
System BareMetal Node Pool Config Operating System - Specifies the nodes operating system (default: LINUX).
- Taints
[]Node
Taint - The initial taints assigned to nodes of this node pool.
- node
Configs List<BareMetal Node Config> - The list of machine addresses in the bare metal node pool.
- kubelet
Config BareMetal Kubelet Config - 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" }.
- operating
System BareMetal Node Pool Config Operating System - Specifies the nodes operating system (default: LINUX).
- taints
List<Node
Taint> - The initial taints assigned to nodes of this node pool.
- node
Configs BareMetal Node Config[] - The list of machine addresses in the bare metal node pool.
- kubelet
Config BareMetal Kubelet Config - 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" }.
- operating
System BareMetal Node Pool Config Operating System - Specifies the nodes operating system (default: LINUX).
- taints
Node
Taint[] - The initial taints assigned to nodes of this node pool.
- node_
configs Sequence[BareMetal Node Config] - The list of machine addresses in the bare metal node pool.
- kubelet_
config BareMetal Kubelet Config - 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" }.
- operating_
system BareMetal Node Pool Config Operating System - Specifies the nodes operating system (default: LINUX).
- taints
Sequence[Node
Taint] - The initial taints assigned to nodes of this node pool.
- node
Configs List<Property Map> - The list of machine addresses in the bare metal node pool.
- kubelet
Config 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" }.
- operating
System "OPERATING_SYSTEM_UNSPECIFIED" | "LINUX" - Specifies the nodes operating system (default: LINUX).
- taints List<Property Map>
- The initial taints assigned to nodes of this node pool.
BareMetalNodePoolConfigOperatingSystem, BareMetalNodePoolConfigOperatingSystemArgs
- Operating
System Unspecified - OPERATING_SYSTEM_UNSPECIFIEDNo operating system runtime selected.
- Linux
- LINUXLinux operating system.
- Bare
Metal Node Pool Config Operating System Operating System Unspecified - OPERATING_SYSTEM_UNSPECIFIEDNo operating system runtime selected.
- Bare
Metal Node Pool Config Operating System Linux - LINUXLinux operating system.
- Operating
System Unspecified - OPERATING_SYSTEM_UNSPECIFIEDNo operating system runtime selected.
- Linux
- LINUXLinux operating system.
- Operating
System Unspecified - OPERATING_SYSTEM_UNSPECIFIEDNo operating system runtime selected.
- Linux
- LINUXLinux operating system.
- OPERATING_SYSTEM_UNSPECIFIED
- OPERATING_SYSTEM_UNSPECIFIEDNo operating system runtime selected.
- LINUX
- LINUXLinux operating system.
- "OPERATING_SYSTEM_UNSPECIFIED"
- OPERATING_SYSTEM_UNSPECIFIEDNo operating system runtime selected.
- "LINUX"
- LINUXLinux operating system.
BareMetalNodePoolConfigResponse, BareMetalNodePoolConfigResponseArgs
BareMetalNodePoolConfig describes the configuration of all nodes within a given bare metal node pool.- Kubelet
Config 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" }.
- Node
Configs List<Pulumi.Google Native. Gkeonprem. V1. Inputs. Bare Metal Node Config Response> - The list of machine addresses in the bare metal node pool.
- Operating
System 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.
- Kubelet
Config 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" }.
- Node
Configs []BareMetal Node Config Response - The list of machine addresses in the bare metal node pool.
- Operating
System string - Specifies the nodes operating system (default: LINUX).
- Taints
[]Node
Taint 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 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" }.
- node
Configs List<BareMetal Node Config Response> - The list of machine addresses in the bare metal node pool.
- operating
System String - Specifies the nodes operating system (default: LINUX).
- taints
List<Node
Taint 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 {[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" }.
- node
Configs BareMetal Node Config Response[] - The list of machine addresses in the bare metal node pool.
- operating
System string - Specifies the nodes operating system (default: LINUX).
- taints
Node
Taint 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[Node
Taint Response] - The initial taints assigned to nodes of this node pool.
- kubelet
Config 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" }.
- node
Configs List<Property Map> - The list of machine addresses in the bare metal node pool.
- operating
System String - Specifies the nodes operating system (default: LINUX).
- taints List<Property Map>
- The initial taints assigned to nodes of this node pool.
BinaryAuthorization, BinaryAuthorizationArgs
Configuration for Binary Authorization.- Evaluation
Mode Pulumi.Google Native. Gkeonprem. V1. Binary Authorization Evaluation Mode - Mode of operation for binauthz policy evaluation. If unspecified, defaults to DISABLED.
- Evaluation
Mode BinaryAuthorization Evaluation Mode - Mode of operation for binauthz policy evaluation. If unspecified, defaults to DISABLED.
- evaluation
Mode BinaryAuthorization Evaluation Mode - Mode of operation for binauthz policy evaluation. If unspecified, defaults to DISABLED.
- evaluation
Mode BinaryAuthorization Evaluation Mode - Mode of operation for binauthz policy evaluation. If unspecified, defaults to DISABLED.
- evaluation_
mode BinaryAuthorization Evaluation Mode - Mode of operation for binauthz policy evaluation. If unspecified, defaults to DISABLED.
- evaluation
Mode "EVALUATION_MODE_UNSPECIFIED" | "DISABLED" | "PROJECT_SINGLETON_POLICY_ENFORCE" - Mode of operation for binauthz policy evaluation. If unspecified, defaults to DISABLED.
BinaryAuthorizationEvaluationMode, BinaryAuthorizationEvaluationModeArgs
- Evaluation
Mode Unspecified - EVALUATION_MODE_UNSPECIFIEDDefault value
- Disabled
- DISABLEDDisable BinaryAuthorization
- Project
Singleton Policy Enforce - PROJECT_SINGLETON_POLICY_ENFORCEEnforce Kubernetes admission requests with BinaryAuthorization using the project's singleton policy.
- Binary
Authorization Evaluation Mode Evaluation Mode Unspecified - EVALUATION_MODE_UNSPECIFIEDDefault value
- Binary
Authorization Evaluation Mode Disabled - DISABLEDDisable BinaryAuthorization
- Binary
Authorization Evaluation Mode Project Singleton Policy Enforce - PROJECT_SINGLETON_POLICY_ENFORCEEnforce Kubernetes admission requests with BinaryAuthorization using the project's singleton policy.
- Evaluation
Mode Unspecified - EVALUATION_MODE_UNSPECIFIEDDefault value
- Disabled
- DISABLEDDisable BinaryAuthorization
- Project
Singleton Policy Enforce - PROJECT_SINGLETON_POLICY_ENFORCEEnforce Kubernetes admission requests with BinaryAuthorization using the project's singleton policy.
- Evaluation
Mode Unspecified - EVALUATION_MODE_UNSPECIFIEDDefault value
- Disabled
- DISABLEDDisable BinaryAuthorization
- Project
Singleton Policy Enforce - PROJECT_SINGLETON_POLICY_ENFORCEEnforce Kubernetes admission requests with BinaryAuthorization using the project's singleton policy.
- EVALUATION_MODE_UNSPECIFIED
- EVALUATION_MODE_UNSPECIFIEDDefault value
- DISABLED
- DISABLEDDisable BinaryAuthorization
- PROJECT_SINGLETON_POLICY_ENFORCE
- PROJECT_SINGLETON_POLICY_ENFORCEEnforce Kubernetes admission requests with BinaryAuthorization using the project's singleton policy.
- "EVALUATION_MODE_UNSPECIFIED"
- EVALUATION_MODE_UNSPECIFIEDDefault value
- "DISABLED"
- DISABLEDDisable BinaryAuthorization
- "PROJECT_SINGLETON_POLICY_ENFORCE"
- PROJECT_SINGLETON_POLICY_ENFORCEEnforce Kubernetes admission requests with BinaryAuthorization using the project's singleton policy.
BinaryAuthorizationResponse, BinaryAuthorizationResponseArgs
Configuration for Binary Authorization.- Evaluation
Mode string - Mode of operation for binauthz policy evaluation. If unspecified, defaults to DISABLED.
- Evaluation
Mode string - Mode of operation for binauthz policy evaluation. If unspecified, defaults to DISABLED.
- evaluation
Mode String - Mode of operation for binauthz policy evaluation. If unspecified, defaults to DISABLED.
- evaluation
Mode 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.
- evaluation
Mode String - Mode of operation for binauthz policy evaluation. If unspecified, defaults to DISABLED.
ClusterUser, ClusterUserArgs
ClusterUser configures user principals for an RBAC policy.- 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.
ClusterUserResponse, ClusterUserResponseArgs
ClusterUser configures user principals for an RBAC policy.- 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, FleetResponseArgs
Fleet related configuration. Fleets are a Google Cloud concept for logically organizing clusters, letting you use and manage multi-cluster capabilities and apply consistent policies across your systems. See Anthos Fleets for more details on Anthos multi-cluster capabilities using Fleets. ##- 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/.
NodeTaint, NodeTaintArgs
NodeTaint applied to every Kubernetes node in a node pool. Kubernetes taints can be used together with tolerations to control how workloads are scheduled to your nodes. Node taints are permanent.- Effect
Pulumi.
Google Native. Gkeonprem. V1. Node Taint Effect - The taint effect.
- Key string
- Key associated with the effect.
- Value string
- Value associated with the effect.
- Effect
Node
Taint Effect - The taint effect.
- Key string
- Key associated with the effect.
- Value string
- Value associated with the effect.
- effect
Node
Taint Effect - The taint effect.
- key String
- Key associated with the effect.
- value String
- Value associated with the effect.
- effect
Node
Taint Effect - The taint effect.
- key string
- Key associated with the effect.
- value string
- Value associated with the effect.
- effect
Node
Taint Effect - The taint effect.
- key str
- Key associated with the effect.
- value str
- Value associated with the effect.
- effect "EFFECT_UNSPECIFIED" | "NO_SCHEDULE" | "PREFER_NO_SCHEDULE" | "NO_EXECUTE"
- The taint effect.
- key String
- Key associated with the effect.
- value String
- Value associated with the effect.
NodeTaintEffect, NodeTaintEffectArgs
- Effect
Unspecified - EFFECT_UNSPECIFIEDNot set.
- No
Schedule - NO_SCHEDULEDo not allow new pods to schedule onto the node unless they tolerate the taint, but allow all pods submitted to Kubelet without going through the scheduler to start, and allow all already-running pods to continue running. Enforced by the scheduler.
- Prefer
No Schedule - PREFER_NO_SCHEDULELike TaintEffectNoSchedule, but the scheduler tries not to schedule new pods onto the node, rather than prohibiting new pods from scheduling onto the node entirely. Enforced by the scheduler.
- No
Execute - NO_EXECUTEEvict any already-running pods that do not tolerate the taint. Currently enforced by NodeController.
- Node
Taint Effect Effect Unspecified - EFFECT_UNSPECIFIEDNot set.
- Node
Taint Effect No Schedule - NO_SCHEDULEDo not allow new pods to schedule onto the node unless they tolerate the taint, but allow all pods submitted to Kubelet without going through the scheduler to start, and allow all already-running pods to continue running. Enforced by the scheduler.
- Node
Taint Effect Prefer No Schedule - PREFER_NO_SCHEDULELike TaintEffectNoSchedule, but the scheduler tries not to schedule new pods onto the node, rather than prohibiting new pods from scheduling onto the node entirely. Enforced by the scheduler.
- Node
Taint Effect No Execute - NO_EXECUTEEvict any already-running pods that do not tolerate the taint. Currently enforced by NodeController.
- Effect
Unspecified - EFFECT_UNSPECIFIEDNot set.
- No
Schedule - NO_SCHEDULEDo not allow new pods to schedule onto the node unless they tolerate the taint, but allow all pods submitted to Kubelet without going through the scheduler to start, and allow all already-running pods to continue running. Enforced by the scheduler.
- Prefer
No Schedule - PREFER_NO_SCHEDULELike TaintEffectNoSchedule, but the scheduler tries not to schedule new pods onto the node, rather than prohibiting new pods from scheduling onto the node entirely. Enforced by the scheduler.
- No
Execute - NO_EXECUTEEvict any already-running pods that do not tolerate the taint. Currently enforced by NodeController.
- Effect
Unspecified - EFFECT_UNSPECIFIEDNot set.
- No
Schedule - NO_SCHEDULEDo not allow new pods to schedule onto the node unless they tolerate the taint, but allow all pods submitted to Kubelet without going through the scheduler to start, and allow all already-running pods to continue running. Enforced by the scheduler.
- Prefer
No Schedule - PREFER_NO_SCHEDULELike TaintEffectNoSchedule, but the scheduler tries not to schedule new pods onto the node, rather than prohibiting new pods from scheduling onto the node entirely. Enforced by the scheduler.
- No
Execute - NO_EXECUTEEvict any already-running pods that do not tolerate the taint. Currently enforced by NodeController.
- EFFECT_UNSPECIFIED
- EFFECT_UNSPECIFIEDNot set.
- NO_SCHEDULE
- NO_SCHEDULEDo not allow new pods to schedule onto the node unless they tolerate the taint, but allow all pods submitted to Kubelet without going through the scheduler to start, and allow all already-running pods to continue running. Enforced by the scheduler.
- PREFER_NO_SCHEDULE
- PREFER_NO_SCHEDULELike TaintEffectNoSchedule, but the scheduler tries not to schedule new pods onto the node, rather than prohibiting new pods from scheduling onto the node entirely. Enforced by the scheduler.
- NO_EXECUTE
- NO_EXECUTEEvict any already-running pods that do not tolerate the taint. Currently enforced by NodeController.
- "EFFECT_UNSPECIFIED"
- EFFECT_UNSPECIFIEDNot set.
- "NO_SCHEDULE"
- NO_SCHEDULEDo not allow new pods to schedule onto the node unless they tolerate the taint, but allow all pods submitted to Kubelet without going through the scheduler to start, and allow all already-running pods to continue running. Enforced by the scheduler.
- "PREFER_NO_SCHEDULE"
- PREFER_NO_SCHEDULELike TaintEffectNoSchedule, but the scheduler tries not to schedule new pods onto the node, rather than prohibiting new pods from scheduling onto the node entirely. Enforced by the scheduler.
- "NO_EXECUTE"
- NO_EXECUTEEvict any already-running pods that do not tolerate the taint. Currently enforced by NodeController.
NodeTaintResponse, NodeTaintResponseArgs
NodeTaint applied to every Kubernetes node in a node pool. Kubernetes taints can be used together with tolerations to control how workloads are scheduled to your nodes. Node taints are permanent.ResourceConditionResponse, ResourceConditionResponseArgs
ResourceCondition provides a standard mechanism for higher-level status reporting from controller.- Last
Transition 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 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 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 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)
- last
Transition 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, ResourceStatusResponseArgs
ResourceStatus describes why a cluster or node pool has a certain status. (e.g., ERROR or DEGRADED).- Conditions
List<Pulumi.
Google Native. Gkeonprem. V1. Inputs. Resource Condition Response> - ResourceCondition provide a standard mechanism for higher-level status reporting from controller.
- Error
Message 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
[]Resource
Condition Response - ResourceCondition provide a standard mechanism for higher-level status reporting from controller.
- Error
Message 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<Resource
Condition Response> - ResourceCondition provide a standard mechanism for higher-level status reporting from controller.
- error
Message 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
Resource
Condition Response[] - ResourceCondition provide a standard mechanism for higher-level status reporting from controller.
- error
Message 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[Resource
Condition 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.
- error
Message 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, ValidationCheckResponseArgs
ValidationCheck represents the result of preflight check.- 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
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
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
Validation
Check 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
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 Property Map
- The detailed validation check status.
ValidationCheckResultResponse, ValidationCheckResultResponseArgs
ValidationCheckResult defines the details about the validation check.- 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, ValidationCheckStatusResponseArgs
ValidationCheckStatus defines the detailed validation check status.- Result
List<Pulumi.
Google Native. Gkeonprem. V1. Inputs. Validation Check Result Response> - Individual checks which failed as part of the Preflight check execution.
- Result
[]Validation
Check Result Response - Individual checks which failed as part of the Preflight check execution.
- result
List<Validation
Check Result Response> - Individual checks which failed as part of the Preflight check execution.
- result
Validation
Check Result Response[] - Individual checks which failed as part of the Preflight check execution.
- result
Sequence[Validation
Check 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.
