Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi
google-native.gkehub/v1.getFeature
Explore with Pulumi AI
Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi
Gets details of a single Feature.
Using getFeature
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getFeature(args: GetFeatureArgs, opts?: InvokeOptions): Promise<GetFeatureResult>
function getFeatureOutput(args: GetFeatureOutputArgs, opts?: InvokeOptions): Output<GetFeatureResult>
def get_feature(feature_id: Optional[str] = None,
location: Optional[str] = None,
project: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetFeatureResult
def get_feature_output(feature_id: Optional[pulumi.Input[str]] = None,
location: Optional[pulumi.Input[str]] = None,
project: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetFeatureResult]
func LookupFeature(ctx *Context, args *LookupFeatureArgs, opts ...InvokeOption) (*LookupFeatureResult, error)
func LookupFeatureOutput(ctx *Context, args *LookupFeatureOutputArgs, opts ...InvokeOption) LookupFeatureResultOutput
> Note: This function is named LookupFeature
in the Go SDK.
public static class GetFeature
{
public static Task<GetFeatureResult> InvokeAsync(GetFeatureArgs args, InvokeOptions? opts = null)
public static Output<GetFeatureResult> Invoke(GetFeatureInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetFeatureResult> getFeature(GetFeatureArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: google-native:gkehub/v1:getFeature
arguments:
# arguments dictionary
The following arguments are supported:
- feature_
id str - location str
- project str
getFeature Result
The following output properties are available:
- Create
Time string - When the Feature resource was created.
- Delete
Time string - When the Feature resource was deleted.
- Fleet
Default Pulumi.Member Config Google Native. GKEHub. V1. Outputs. Common Fleet Default Member Config Spec Response - Optional. Feature configuration applicable to all memberships of the fleet.
- Labels Dictionary<string, string>
- Labels for this Feature.
- Membership
Specs Dictionary<string, string> - Optional. Membership-specific configuration for this Feature. If this Feature does not support any per-Membership configuration, this field may be unused. The keys indicate which Membership the configuration is for, in the form:
projects/{p}/locations/{l}/memberships/{m}
Where {p} is the project, {l} is a valid location and {m} is a valid Membership in this project at that location. {p} WILL match the Feature's project. {p} will always be returned as the project number, but the project ID is also accepted during input. If the same Membership is specified in the map twice (using the project ID form, and the project number form), exactly ONE of the entries will be saved, with no guarantees as to which. For this reason, it is recommended the same format be used for all entries when mutating a Feature. - Membership
States Dictionary<string, string> - Membership-specific Feature status. If this Feature does report any per-Membership status, this field may be unused. The keys indicate which Membership the state is for, in the form:
projects/{p}/locations/{l}/memberships/{m}
Where {p} is the project number, {l} is a valid location and {m} is a valid Membership in this project at that location. {p} MUST match the Feature's project number. - Name string
- The full, unique name of this Feature resource in the format
projects/*/locations/*/features/*
. - Resource
State Pulumi.Google Native. GKEHub. V1. Outputs. Feature Resource State Response - State of the Feature resource itself.
- Scope
Specs Dictionary<string, string> - Optional. Scope-specific configuration for this Feature. If this Feature does not support any per-Scope configuration, this field may be unused. The keys indicate which Scope the configuration is for, in the form:
projects/{p}/locations/global/scopes/{s}
Where {p} is the project, {s} is a valid Scope in this project. {p} WILL match the Feature's project. {p} will always be returned as the project number, but the project ID is also accepted during input. If the same Scope is specified in the map twice (using the project ID form, and the project number form), exactly ONE of the entries will be saved, with no guarantees as to which. For this reason, it is recommended the same format be used for all entries when mutating a Feature. - Scope
States Dictionary<string, string> - Scope-specific Feature status. If this Feature does report any per-Scope status, this field may be unused. The keys indicate which Scope the state is for, in the form:
projects/{p}/locations/global/scopes/{s}
Where {p} is the project, {s} is a valid Scope in this project. {p} WILL match the Feature's project. - Spec
Pulumi.
Google Native. GKEHub. V1. Outputs. Common Feature Spec Response - Optional. Hub-wide Feature configuration. If this Feature does not support any Hub-wide configuration, this field may be unused.
- State
Pulumi.
Google Native. GKEHub. V1. Outputs. Common Feature State Response - The Hub-wide Feature state.
- Update
Time string - When the Feature resource was last updated.
- Create
Time string - When the Feature resource was created.
- Delete
Time string - When the Feature resource was deleted.
- Fleet
Default CommonMember Config Fleet Default Member Config Spec Response - Optional. Feature configuration applicable to all memberships of the fleet.
- Labels map[string]string
- Labels for this Feature.
- Membership
Specs map[string]string - Optional. Membership-specific configuration for this Feature. If this Feature does not support any per-Membership configuration, this field may be unused. The keys indicate which Membership the configuration is for, in the form:
projects/{p}/locations/{l}/memberships/{m}
Where {p} is the project, {l} is a valid location and {m} is a valid Membership in this project at that location. {p} WILL match the Feature's project. {p} will always be returned as the project number, but the project ID is also accepted during input. If the same Membership is specified in the map twice (using the project ID form, and the project number form), exactly ONE of the entries will be saved, with no guarantees as to which. For this reason, it is recommended the same format be used for all entries when mutating a Feature. - Membership
States map[string]string - Membership-specific Feature status. If this Feature does report any per-Membership status, this field may be unused. The keys indicate which Membership the state is for, in the form:
projects/{p}/locations/{l}/memberships/{m}
Where {p} is the project number, {l} is a valid location and {m} is a valid Membership in this project at that location. {p} MUST match the Feature's project number. - Name string
- The full, unique name of this Feature resource in the format
projects/*/locations/*/features/*
. - Resource
State FeatureResource State Response - State of the Feature resource itself.
- Scope
Specs map[string]string - Optional. Scope-specific configuration for this Feature. If this Feature does not support any per-Scope configuration, this field may be unused. The keys indicate which Scope the configuration is for, in the form:
projects/{p}/locations/global/scopes/{s}
Where {p} is the project, {s} is a valid Scope in this project. {p} WILL match the Feature's project. {p} will always be returned as the project number, but the project ID is also accepted during input. If the same Scope is specified in the map twice (using the project ID form, and the project number form), exactly ONE of the entries will be saved, with no guarantees as to which. For this reason, it is recommended the same format be used for all entries when mutating a Feature. - Scope
States map[string]string - Scope-specific Feature status. If this Feature does report any per-Scope status, this field may be unused. The keys indicate which Scope the state is for, in the form:
projects/{p}/locations/global/scopes/{s}
Where {p} is the project, {s} is a valid Scope in this project. {p} WILL match the Feature's project. - Spec
Common
Feature Spec Response - Optional. Hub-wide Feature configuration. If this Feature does not support any Hub-wide configuration, this field may be unused.
- State
Common
Feature State Response - The Hub-wide Feature state.
- Update
Time string - When the Feature resource was last updated.
- create
Time String - When the Feature resource was created.
- delete
Time String - When the Feature resource was deleted.
- fleet
Default CommonMember Config Fleet Default Member Config Spec Response - Optional. Feature configuration applicable to all memberships of the fleet.
- labels Map<String,String>
- Labels for this Feature.
- membership
Specs Map<String,String> - Optional. Membership-specific configuration for this Feature. If this Feature does not support any per-Membership configuration, this field may be unused. The keys indicate which Membership the configuration is for, in the form:
projects/{p}/locations/{l}/memberships/{m}
Where {p} is the project, {l} is a valid location and {m} is a valid Membership in this project at that location. {p} WILL match the Feature's project. {p} will always be returned as the project number, but the project ID is also accepted during input. If the same Membership is specified in the map twice (using the project ID form, and the project number form), exactly ONE of the entries will be saved, with no guarantees as to which. For this reason, it is recommended the same format be used for all entries when mutating a Feature. - membership
States Map<String,String> - Membership-specific Feature status. If this Feature does report any per-Membership status, this field may be unused. The keys indicate which Membership the state is for, in the form:
projects/{p}/locations/{l}/memberships/{m}
Where {p} is the project number, {l} is a valid location and {m} is a valid Membership in this project at that location. {p} MUST match the Feature's project number. - name String
- The full, unique name of this Feature resource in the format
projects/*/locations/*/features/*
. - resource
State FeatureResource State Response - State of the Feature resource itself.
- scope
Specs Map<String,String> - Optional. Scope-specific configuration for this Feature. If this Feature does not support any per-Scope configuration, this field may be unused. The keys indicate which Scope the configuration is for, in the form:
projects/{p}/locations/global/scopes/{s}
Where {p} is the project, {s} is a valid Scope in this project. {p} WILL match the Feature's project. {p} will always be returned as the project number, but the project ID is also accepted during input. If the same Scope is specified in the map twice (using the project ID form, and the project number form), exactly ONE of the entries will be saved, with no guarantees as to which. For this reason, it is recommended the same format be used for all entries when mutating a Feature. - scope
States Map<String,String> - Scope-specific Feature status. If this Feature does report any per-Scope status, this field may be unused. The keys indicate which Scope the state is for, in the form:
projects/{p}/locations/global/scopes/{s}
Where {p} is the project, {s} is a valid Scope in this project. {p} WILL match the Feature's project. - spec
Common
Feature Spec Response - Optional. Hub-wide Feature configuration. If this Feature does not support any Hub-wide configuration, this field may be unused.
- state
Common
Feature State Response - The Hub-wide Feature state.
- update
Time String - When the Feature resource was last updated.
- create
Time string - When the Feature resource was created.
- delete
Time string - When the Feature resource was deleted.
- fleet
Default CommonMember Config Fleet Default Member Config Spec Response - Optional. Feature configuration applicable to all memberships of the fleet.
- labels {[key: string]: string}
- Labels for this Feature.
- membership
Specs {[key: string]: string} - Optional. Membership-specific configuration for this Feature. If this Feature does not support any per-Membership configuration, this field may be unused. The keys indicate which Membership the configuration is for, in the form:
projects/{p}/locations/{l}/memberships/{m}
Where {p} is the project, {l} is a valid location and {m} is a valid Membership in this project at that location. {p} WILL match the Feature's project. {p} will always be returned as the project number, but the project ID is also accepted during input. If the same Membership is specified in the map twice (using the project ID form, and the project number form), exactly ONE of the entries will be saved, with no guarantees as to which. For this reason, it is recommended the same format be used for all entries when mutating a Feature. - membership
States {[key: string]: string} - Membership-specific Feature status. If this Feature does report any per-Membership status, this field may be unused. The keys indicate which Membership the state is for, in the form:
projects/{p}/locations/{l}/memberships/{m}
Where {p} is the project number, {l} is a valid location and {m} is a valid Membership in this project at that location. {p} MUST match the Feature's project number. - name string
- The full, unique name of this Feature resource in the format
projects/*/locations/*/features/*
. - resource
State FeatureResource State Response - State of the Feature resource itself.
- scope
Specs {[key: string]: string} - Optional. Scope-specific configuration for this Feature. If this Feature does not support any per-Scope configuration, this field may be unused. The keys indicate which Scope the configuration is for, in the form:
projects/{p}/locations/global/scopes/{s}
Where {p} is the project, {s} is a valid Scope in this project. {p} WILL match the Feature's project. {p} will always be returned as the project number, but the project ID is also accepted during input. If the same Scope is specified in the map twice (using the project ID form, and the project number form), exactly ONE of the entries will be saved, with no guarantees as to which. For this reason, it is recommended the same format be used for all entries when mutating a Feature. - scope
States {[key: string]: string} - Scope-specific Feature status. If this Feature does report any per-Scope status, this field may be unused. The keys indicate which Scope the state is for, in the form:
projects/{p}/locations/global/scopes/{s}
Where {p} is the project, {s} is a valid Scope in this project. {p} WILL match the Feature's project. - spec
Common
Feature Spec Response - Optional. Hub-wide Feature configuration. If this Feature does not support any Hub-wide configuration, this field may be unused.
- state
Common
Feature State Response - The Hub-wide Feature state.
- update
Time string - When the Feature resource was last updated.
- create_
time str - When the Feature resource was created.
- delete_
time str - When the Feature resource was deleted.
- fleet_
default_ Commonmember_ config Fleet Default Member Config Spec Response - Optional. Feature configuration applicable to all memberships of the fleet.
- labels Mapping[str, str]
- Labels for this Feature.
- membership_
specs Mapping[str, str] - Optional. Membership-specific configuration for this Feature. If this Feature does not support any per-Membership configuration, this field may be unused. The keys indicate which Membership the configuration is for, in the form:
projects/{p}/locations/{l}/memberships/{m}
Where {p} is the project, {l} is a valid location and {m} is a valid Membership in this project at that location. {p} WILL match the Feature's project. {p} will always be returned as the project number, but the project ID is also accepted during input. If the same Membership is specified in the map twice (using the project ID form, and the project number form), exactly ONE of the entries will be saved, with no guarantees as to which. For this reason, it is recommended the same format be used for all entries when mutating a Feature. - membership_
states Mapping[str, str] - Membership-specific Feature status. If this Feature does report any per-Membership status, this field may be unused. The keys indicate which Membership the state is for, in the form:
projects/{p}/locations/{l}/memberships/{m}
Where {p} is the project number, {l} is a valid location and {m} is a valid Membership in this project at that location. {p} MUST match the Feature's project number. - name str
- The full, unique name of this Feature resource in the format
projects/*/locations/*/features/*
. - resource_
state FeatureResource State Response - State of the Feature resource itself.
- scope_
specs Mapping[str, str] - Optional. Scope-specific configuration for this Feature. If this Feature does not support any per-Scope configuration, this field may be unused. The keys indicate which Scope the configuration is for, in the form:
projects/{p}/locations/global/scopes/{s}
Where {p} is the project, {s} is a valid Scope in this project. {p} WILL match the Feature's project. {p} will always be returned as the project number, but the project ID is also accepted during input. If the same Scope is specified in the map twice (using the project ID form, and the project number form), exactly ONE of the entries will be saved, with no guarantees as to which. For this reason, it is recommended the same format be used for all entries when mutating a Feature. - scope_
states Mapping[str, str] - Scope-specific Feature status. If this Feature does report any per-Scope status, this field may be unused. The keys indicate which Scope the state is for, in the form:
projects/{p}/locations/global/scopes/{s}
Where {p} is the project, {s} is a valid Scope in this project. {p} WILL match the Feature's project. - spec
Common
Feature Spec Response - Optional. Hub-wide Feature configuration. If this Feature does not support any Hub-wide configuration, this field may be unused.
- state
Common
Feature State Response - The Hub-wide Feature state.
- update_
time str - When the Feature resource was last updated.
- create
Time String - When the Feature resource was created.
- delete
Time String - When the Feature resource was deleted.
- fleet
Default Property MapMember Config - Optional. Feature configuration applicable to all memberships of the fleet.
- labels Map<String>
- Labels for this Feature.
- membership
Specs Map<String> - Optional. Membership-specific configuration for this Feature. If this Feature does not support any per-Membership configuration, this field may be unused. The keys indicate which Membership the configuration is for, in the form:
projects/{p}/locations/{l}/memberships/{m}
Where {p} is the project, {l} is a valid location and {m} is a valid Membership in this project at that location. {p} WILL match the Feature's project. {p} will always be returned as the project number, but the project ID is also accepted during input. If the same Membership is specified in the map twice (using the project ID form, and the project number form), exactly ONE of the entries will be saved, with no guarantees as to which. For this reason, it is recommended the same format be used for all entries when mutating a Feature. - membership
States Map<String> - Membership-specific Feature status. If this Feature does report any per-Membership status, this field may be unused. The keys indicate which Membership the state is for, in the form:
projects/{p}/locations/{l}/memberships/{m}
Where {p} is the project number, {l} is a valid location and {m} is a valid Membership in this project at that location. {p} MUST match the Feature's project number. - name String
- The full, unique name of this Feature resource in the format
projects/*/locations/*/features/*
. - resource
State Property Map - State of the Feature resource itself.
- scope
Specs Map<String> - Optional. Scope-specific configuration for this Feature. If this Feature does not support any per-Scope configuration, this field may be unused. The keys indicate which Scope the configuration is for, in the form:
projects/{p}/locations/global/scopes/{s}
Where {p} is the project, {s} is a valid Scope in this project. {p} WILL match the Feature's project. {p} will always be returned as the project number, but the project ID is also accepted during input. If the same Scope is specified in the map twice (using the project ID form, and the project number form), exactly ONE of the entries will be saved, with no guarantees as to which. For this reason, it is recommended the same format be used for all entries when mutating a Feature. - scope
States Map<String> - Scope-specific Feature status. If this Feature does report any per-Scope status, this field may be unused. The keys indicate which Scope the state is for, in the form:
projects/{p}/locations/global/scopes/{s}
Where {p} is the project, {s} is a valid Scope in this project. {p} WILL match the Feature's project. - spec Property Map
- Optional. Hub-wide Feature configuration. If this Feature does not support any Hub-wide configuration, this field may be unused.
- state Property Map
- The Hub-wide Feature state.
- update
Time String - When the Feature resource was last updated.
Supporting Types
AppDevExperienceFeatureStateResponse
- Networking
Install Pulumi.Succeeded Google Native. GKEHub. V1. Inputs. Status Response - Status of subcomponent that detects configured Service Mesh resources.
- Networking
Install StatusSucceeded Response - Status of subcomponent that detects configured Service Mesh resources.
- networking
Install StatusSucceeded Response - Status of subcomponent that detects configured Service Mesh resources.
- networking
Install StatusSucceeded Response - Status of subcomponent that detects configured Service Mesh resources.
- networking_
install_ Statussucceeded Response - Status of subcomponent that detects configured Service Mesh resources.
- networking
Install Property MapSucceeded - Status of subcomponent that detects configured Service Mesh resources.
ClusterUpgradeFleetSpecResponse
- Gke
Upgrade List<Pulumi.Overrides Google Native. GKEHub. V1. Inputs. Cluster Upgrade GKEUpgrade Override Response> - Allow users to override some properties of each GKE upgrade.
- Post
Conditions Pulumi.Google Native. GKEHub. V1. Inputs. Cluster Upgrade Post Conditions Response - Post conditions to evaluate to mark an upgrade COMPLETE. Required.
- Upstream
Fleets List<string> - This fleet consumes upgrades that have COMPLETE status code in the upstream fleets. See UpgradeStatus.Code for code definitions. The fleet name should be either fleet project number or id. This is defined as repeated for future proof reasons. Initial implementation will enforce at most one upstream fleet.
- Gke
Upgrade []ClusterOverrides Upgrade GKEUpgrade Override Response - Allow users to override some properties of each GKE upgrade.
- Post
Conditions ClusterUpgrade Post Conditions Response - Post conditions to evaluate to mark an upgrade COMPLETE. Required.
- Upstream
Fleets []string - This fleet consumes upgrades that have COMPLETE status code in the upstream fleets. See UpgradeStatus.Code for code definitions. The fleet name should be either fleet project number or id. This is defined as repeated for future proof reasons. Initial implementation will enforce at most one upstream fleet.
- gke
Upgrade List<ClusterOverrides Upgrade GKEUpgrade Override Response> - Allow users to override some properties of each GKE upgrade.
- post
Conditions ClusterUpgrade Post Conditions Response - Post conditions to evaluate to mark an upgrade COMPLETE. Required.
- upstream
Fleets List<String> - This fleet consumes upgrades that have COMPLETE status code in the upstream fleets. See UpgradeStatus.Code for code definitions. The fleet name should be either fleet project number or id. This is defined as repeated for future proof reasons. Initial implementation will enforce at most one upstream fleet.
- gke
Upgrade ClusterOverrides Upgrade GKEUpgrade Override Response[] - Allow users to override some properties of each GKE upgrade.
- post
Conditions ClusterUpgrade Post Conditions Response - Post conditions to evaluate to mark an upgrade COMPLETE. Required.
- upstream
Fleets string[] - This fleet consumes upgrades that have COMPLETE status code in the upstream fleets. See UpgradeStatus.Code for code definitions. The fleet name should be either fleet project number or id. This is defined as repeated for future proof reasons. Initial implementation will enforce at most one upstream fleet.
- gke_
upgrade_ Sequence[Clusteroverrides Upgrade GKEUpgrade Override Response] - Allow users to override some properties of each GKE upgrade.
- post_
conditions ClusterUpgrade Post Conditions Response - Post conditions to evaluate to mark an upgrade COMPLETE. Required.
- upstream_
fleets Sequence[str] - This fleet consumes upgrades that have COMPLETE status code in the upstream fleets. See UpgradeStatus.Code for code definitions. The fleet name should be either fleet project number or id. This is defined as repeated for future proof reasons. Initial implementation will enforce at most one upstream fleet.
- gke
Upgrade List<Property Map>Overrides - Allow users to override some properties of each GKE upgrade.
- post
Conditions Property Map - Post conditions to evaluate to mark an upgrade COMPLETE. Required.
- upstream
Fleets List<String> - This fleet consumes upgrades that have COMPLETE status code in the upstream fleets. See UpgradeStatus.Code for code definitions. The fleet name should be either fleet project number or id. This is defined as repeated for future proof reasons. Initial implementation will enforce at most one upstream fleet.
ClusterUpgradeFleetStateResponse
- Downstream
Fleets List<string> - This fleets whose upstream_fleets contain the current fleet. The fleet name should be either fleet project number or id.
- Gke
State Pulumi.Google Native. GKEHub. V1. Inputs. Cluster Upgrade GKEUpgrade Feature State Response - Feature state for GKE clusters.
- Ignored Dictionary<string, string>
- A list of memberships ignored by the feature. For example, manually upgraded clusters can be ignored if they are newer than the default versions of its release channel. The membership resource is in the format:
projects/{p}/locations/{l}/membership/{m}
.
- Downstream
Fleets []string - This fleets whose upstream_fleets contain the current fleet. The fleet name should be either fleet project number or id.
- Gke
State ClusterUpgrade GKEUpgrade Feature State Response - Feature state for GKE clusters.
- Ignored map[string]string
- A list of memberships ignored by the feature. For example, manually upgraded clusters can be ignored if they are newer than the default versions of its release channel. The membership resource is in the format:
projects/{p}/locations/{l}/membership/{m}
.
- downstream
Fleets List<String> - This fleets whose upstream_fleets contain the current fleet. The fleet name should be either fleet project number or id.
- gke
State ClusterUpgrade GKEUpgrade Feature State Response - Feature state for GKE clusters.
- ignored Map<String,String>
- A list of memberships ignored by the feature. For example, manually upgraded clusters can be ignored if they are newer than the default versions of its release channel. The membership resource is in the format:
projects/{p}/locations/{l}/membership/{m}
.
- downstream
Fleets string[] - This fleets whose upstream_fleets contain the current fleet. The fleet name should be either fleet project number or id.
- gke
State ClusterUpgrade GKEUpgrade Feature State Response - Feature state for GKE clusters.
- ignored {[key: string]: string}
- A list of memberships ignored by the feature. For example, manually upgraded clusters can be ignored if they are newer than the default versions of its release channel. The membership resource is in the format:
projects/{p}/locations/{l}/membership/{m}
.
- downstream_
fleets Sequence[str] - This fleets whose upstream_fleets contain the current fleet. The fleet name should be either fleet project number or id.
- gke_
state ClusterUpgrade GKEUpgrade Feature State Response - Feature state for GKE clusters.
- ignored Mapping[str, str]
- A list of memberships ignored by the feature. For example, manually upgraded clusters can be ignored if they are newer than the default versions of its release channel. The membership resource is in the format:
projects/{p}/locations/{l}/membership/{m}
.
- downstream
Fleets List<String> - This fleets whose upstream_fleets contain the current fleet. The fleet name should be either fleet project number or id.
- gke
State Property Map - Feature state for GKE clusters.
- ignored Map<String>
- A list of memberships ignored by the feature. For example, manually upgraded clusters can be ignored if they are newer than the default versions of its release channel. The membership resource is in the format:
projects/{p}/locations/{l}/membership/{m}
.
ClusterUpgradeGKEUpgradeFeatureConditionResponse
- Reason string
- Reason why the feature is in this status.
- Status string
- Status of the condition, one of True, False, Unknown.
- Type string
- Type of the condition, for example, "ready".
- Update
Time string - Last timestamp the condition was updated.
- Reason string
- Reason why the feature is in this status.
- Status string
- Status of the condition, one of True, False, Unknown.
- Type string
- Type of the condition, for example, "ready".
- Update
Time string - Last timestamp the condition was updated.
- reason String
- Reason why the feature is in this status.
- status String
- Status of the condition, one of True, False, Unknown.
- type String
- Type of the condition, for example, "ready".
- update
Time String - Last timestamp the condition was updated.
- reason string
- Reason why the feature is in this status.
- status string
- Status of the condition, one of True, False, Unknown.
- type string
- Type of the condition, for example, "ready".
- update
Time string - Last timestamp the condition was updated.
- reason str
- Reason why the feature is in this status.
- status str
- Status of the condition, one of True, False, Unknown.
- type str
- Type of the condition, for example, "ready".
- update_
time str - Last timestamp the condition was updated.
- reason String
- Reason why the feature is in this status.
- status String
- Status of the condition, one of True, False, Unknown.
- type String
- Type of the condition, for example, "ready".
- update
Time String - Last timestamp the condition was updated.
ClusterUpgradeGKEUpgradeFeatureStateResponse
- Conditions
List<Pulumi.
Google Native. GKEHub. V1. Inputs. Cluster Upgrade GKEUpgrade Feature Condition Response> - Current conditions of the feature.
- Upgrade
State List<Pulumi.Google Native. GKEHub. V1. Inputs. Cluster Upgrade GKEUpgrade State Response> - Upgrade state. It will eventually replace
state
.
- Conditions
[]Cluster
Upgrade GKEUpgrade Feature Condition Response - Current conditions of the feature.
- Upgrade
State []ClusterUpgrade GKEUpgrade State Response - Upgrade state. It will eventually replace
state
.
- conditions
List<Cluster
Upgrade GKEUpgrade Feature Condition Response> - Current conditions of the feature.
- upgrade
State List<ClusterUpgrade GKEUpgrade State Response> - Upgrade state. It will eventually replace
state
.
- conditions
Cluster
Upgrade GKEUpgrade Feature Condition Response[] - Current conditions of the feature.
- upgrade
State ClusterUpgrade GKEUpgrade State Response[] - Upgrade state. It will eventually replace
state
.
- conditions
Sequence[Cluster
Upgrade GKEUpgrade Feature Condition Response] - Current conditions of the feature.
- upgrade_
state Sequence[ClusterUpgrade GKEUpgrade State Response] - Upgrade state. It will eventually replace
state
.
- conditions List<Property Map>
- Current conditions of the feature.
- upgrade
State List<Property Map> - Upgrade state. It will eventually replace
state
.
ClusterUpgradeGKEUpgradeOverrideResponse
- Post
Conditions Pulumi.Google Native. GKEHub. V1. Inputs. Cluster Upgrade Post Conditions Response - Post conditions to override for the specified upgrade (name + version). Required.
- Upgrade
Pulumi.
Google Native. GKEHub. V1. Inputs. Cluster Upgrade GKEUpgrade Response - Which upgrade to override. Required.
- Post
Conditions ClusterUpgrade Post Conditions Response - Post conditions to override for the specified upgrade (name + version). Required.
- Upgrade
Cluster
Upgrade GKEUpgrade Response - Which upgrade to override. Required.
- post
Conditions ClusterUpgrade Post Conditions Response - Post conditions to override for the specified upgrade (name + version). Required.
- upgrade
Cluster
Upgrade GKEUpgrade Response - Which upgrade to override. Required.
- post
Conditions ClusterUpgrade Post Conditions Response - Post conditions to override for the specified upgrade (name + version). Required.
- upgrade
Cluster
Upgrade GKEUpgrade Response - Which upgrade to override. Required.
- post_
conditions ClusterUpgrade Post Conditions Response - Post conditions to override for the specified upgrade (name + version). Required.
- upgrade
Cluster
Upgrade GKEUpgrade Response - Which upgrade to override. Required.
- post
Conditions Property Map - Post conditions to override for the specified upgrade (name + version). Required.
- upgrade Property Map
- Which upgrade to override. Required.
ClusterUpgradeGKEUpgradeResponse
ClusterUpgradeGKEUpgradeStateResponse
- Stats Dictionary<string, string>
- Number of GKE clusters in each status code.
- Status
Pulumi.
Google Native. GKEHub. V1. Inputs. Cluster Upgrade Upgrade Status Response - Status of the upgrade.
- Upgrade
Pulumi.
Google Native. GKEHub. V1. Inputs. Cluster Upgrade GKEUpgrade Response - Which upgrade to track the state.
- Stats map[string]string
- Number of GKE clusters in each status code.
- Status
Cluster
Upgrade Upgrade Status Response - Status of the upgrade.
- Upgrade
Cluster
Upgrade GKEUpgrade Response - Which upgrade to track the state.
- stats Map<String,String>
- Number of GKE clusters in each status code.
- status
Cluster
Upgrade Upgrade Status Response - Status of the upgrade.
- upgrade
Cluster
Upgrade GKEUpgrade Response - Which upgrade to track the state.
- stats {[key: string]: string}
- Number of GKE clusters in each status code.
- status
Cluster
Upgrade Upgrade Status Response - Status of the upgrade.
- upgrade
Cluster
Upgrade GKEUpgrade Response - Which upgrade to track the state.
- stats Mapping[str, str]
- Number of GKE clusters in each status code.
- status
Cluster
Upgrade Upgrade Status Response - Status of the upgrade.
- upgrade
Cluster
Upgrade GKEUpgrade Response - Which upgrade to track the state.
- stats Map<String>
- Number of GKE clusters in each status code.
- status Property Map
- Status of the upgrade.
- upgrade Property Map
- Which upgrade to track the state.
ClusterUpgradePostConditionsResponse
- Soaking string
- Amount of time to "soak" after a rollout has been finished before marking it COMPLETE. Cannot exceed 30 days. Required.
- Soaking string
- Amount of time to "soak" after a rollout has been finished before marking it COMPLETE. Cannot exceed 30 days. Required.
- soaking String
- Amount of time to "soak" after a rollout has been finished before marking it COMPLETE. Cannot exceed 30 days. Required.
- soaking string
- Amount of time to "soak" after a rollout has been finished before marking it COMPLETE. Cannot exceed 30 days. Required.
- soaking str
- Amount of time to "soak" after a rollout has been finished before marking it COMPLETE. Cannot exceed 30 days. Required.
- soaking String
- Amount of time to "soak" after a rollout has been finished before marking it COMPLETE. Cannot exceed 30 days. Required.
ClusterUpgradeUpgradeStatusResponse
- Code string
- Status code of the upgrade.
- Reason string
- Reason for this status.
- Update
Time string - Last timestamp the status was updated.
- Code string
- Status code of the upgrade.
- Reason string
- Reason for this status.
- Update
Time string - Last timestamp the status was updated.
- code String
- Status code of the upgrade.
- reason String
- Reason for this status.
- update
Time String - Last timestamp the status was updated.
- code string
- Status code of the upgrade.
- reason string
- Reason for this status.
- update
Time string - Last timestamp the status was updated.
- code str
- Status code of the upgrade.
- reason str
- Reason for this status.
- update_
time str - Last timestamp the status was updated.
- code String
- Status code of the upgrade.
- reason String
- Reason for this status.
- update
Time String - Last timestamp the status was updated.
CommonFeatureSpecResponse
- Appdevexperience
Pulumi.
Google Native. GKEHub. V1. Inputs. App Dev Experience Feature Spec Response - Appdevexperience specific spec.
- Clusterupgrade
Pulumi.
Google Native. GKEHub. V1. Inputs. Cluster Upgrade Fleet Spec Response - ClusterUpgrade (fleet-based) feature spec.
- Fleetobservability
Pulumi.
Google Native. GKEHub. V1. Inputs. Fleet Observability Feature Spec Response - FleetObservability feature spec.
- Multiclusteringress
Pulumi.
Google Native. GKEHub. V1. Inputs. Multi Cluster Ingress Feature Spec Response - Multicluster Ingress-specific spec.
- Appdevexperience
App
Dev Experience Feature Spec Response - Appdevexperience specific spec.
- Clusterupgrade
Cluster
Upgrade Fleet Spec Response - ClusterUpgrade (fleet-based) feature spec.
- Fleetobservability
Fleet
Observability Feature Spec Response - FleetObservability feature spec.
- Multiclusteringress
Multi
Cluster Ingress Feature Spec Response - Multicluster Ingress-specific spec.
- appdevexperience
App
Dev Experience Feature Spec Response - Appdevexperience specific spec.
- clusterupgrade
Cluster
Upgrade Fleet Spec Response - ClusterUpgrade (fleet-based) feature spec.
- fleetobservability
Fleet
Observability Feature Spec Response - FleetObservability feature spec.
- multiclusteringress
Multi
Cluster Ingress Feature Spec Response - Multicluster Ingress-specific spec.
- appdevexperience
App
Dev Experience Feature Spec Response - Appdevexperience specific spec.
- clusterupgrade
Cluster
Upgrade Fleet Spec Response - ClusterUpgrade (fleet-based) feature spec.
- fleetobservability
Fleet
Observability Feature Spec Response - FleetObservability feature spec.
- multiclusteringress
Multi
Cluster Ingress Feature Spec Response - Multicluster Ingress-specific spec.
- appdevexperience
App
Dev Experience Feature Spec Response - Appdevexperience specific spec.
- clusterupgrade
Cluster
Upgrade Fleet Spec Response - ClusterUpgrade (fleet-based) feature spec.
- fleetobservability
Fleet
Observability Feature Spec Response - FleetObservability feature spec.
- multiclusteringress
Multi
Cluster Ingress Feature Spec Response - Multicluster Ingress-specific spec.
- appdevexperience Property Map
- Appdevexperience specific spec.
- clusterupgrade Property Map
- ClusterUpgrade (fleet-based) feature spec.
- fleetobservability Property Map
- FleetObservability feature spec.
- multiclusteringress Property Map
- Multicluster Ingress-specific spec.
CommonFeatureStateResponse
- Appdevexperience
Pulumi.
Google Native. GKEHub. V1. Inputs. App Dev Experience Feature State Response - Appdevexperience specific state.
- Clusterupgrade
Pulumi.
Google Native. GKEHub. V1. Inputs. Cluster Upgrade Fleet State Response - ClusterUpgrade fleet-level state.
- Fleetobservability
Pulumi.
Google Native. GKEHub. V1. Inputs. Fleet Observability Feature State Response - FleetObservability feature state.
- State
Pulumi.
Google Native. GKEHub. V1. Inputs. Feature State Response - The "running state" of the Feature in this Hub.
- Appdevexperience
App
Dev Experience Feature State Response - Appdevexperience specific state.
- Clusterupgrade
Cluster
Upgrade Fleet State Response - ClusterUpgrade fleet-level state.
- Fleetobservability
Fleet
Observability Feature State Response - FleetObservability feature state.
- State
Feature
State Response - The "running state" of the Feature in this Hub.
- appdevexperience
App
Dev Experience Feature State Response - Appdevexperience specific state.
- clusterupgrade
Cluster
Upgrade Fleet State Response - ClusterUpgrade fleet-level state.
- fleetobservability
Fleet
Observability Feature State Response - FleetObservability feature state.
- state
Feature
State Response - The "running state" of the Feature in this Hub.
- appdevexperience
App
Dev Experience Feature State Response - Appdevexperience specific state.
- clusterupgrade
Cluster
Upgrade Fleet State Response - ClusterUpgrade fleet-level state.
- fleetobservability
Fleet
Observability Feature State Response - FleetObservability feature state.
- state
Feature
State Response - The "running state" of the Feature in this Hub.
- appdevexperience
App
Dev Experience Feature State Response - Appdevexperience specific state.
- clusterupgrade
Cluster
Upgrade Fleet State Response - ClusterUpgrade fleet-level state.
- fleetobservability
Fleet
Observability Feature State Response - FleetObservability feature state.
- state
Feature
State Response - The "running state" of the Feature in this Hub.
- appdevexperience Property Map
- Appdevexperience specific state.
- clusterupgrade Property Map
- ClusterUpgrade fleet-level state.
- fleetobservability Property Map
- FleetObservability feature state.
- state Property Map
- The "running state" of the Feature in this Hub.
CommonFleetDefaultMemberConfigSpecResponse
- Configmanagement
Pulumi.
Google Native. GKEHub. V1. Inputs. Config Management Membership Spec Response - Config Management-specific spec.
- Identityservice
Pulumi.
Google Native. GKEHub. V1. Inputs. Identity Service Membership Spec Response - Identity Service-specific spec.
- Mesh
Pulumi.
Google Native. GKEHub. V1. Inputs. Service Mesh Membership Spec Response - Anthos Service Mesh-specific spec
- Policycontroller
Pulumi.
Google Native. GKEHub. V1. Inputs. Policy Controller Membership Spec Response - Policy Controller spec.
- Configmanagement
Config
Management Membership Spec Response - Config Management-specific spec.
- Identityservice
Identity
Service Membership Spec Response - Identity Service-specific spec.
- Mesh
Service
Mesh Membership Spec Response - Anthos Service Mesh-specific spec
- Policycontroller
Policy
Controller Membership Spec Response - Policy Controller spec.
- configmanagement
Config
Management Membership Spec Response - Config Management-specific spec.
- identityservice
Identity
Service Membership Spec Response - Identity Service-specific spec.
- mesh
Service
Mesh Membership Spec Response - Anthos Service Mesh-specific spec
- policycontroller
Policy
Controller Membership Spec Response - Policy Controller spec.
- configmanagement
Config
Management Membership Spec Response - Config Management-specific spec.
- identityservice
Identity
Service Membership Spec Response - Identity Service-specific spec.
- mesh
Service
Mesh Membership Spec Response - Anthos Service Mesh-specific spec
- policycontroller
Policy
Controller Membership Spec Response - Policy Controller spec.
- configmanagement
Config
Management Membership Spec Response - Config Management-specific spec.
- identityservice
Identity
Service Membership Spec Response - Identity Service-specific spec.
- mesh
Service
Mesh Membership Spec Response - Anthos Service Mesh-specific spec
- policycontroller
Policy
Controller Membership Spec Response - Policy Controller spec.
- configmanagement Property Map
- Config Management-specific spec.
- identityservice Property Map
- Identity Service-specific spec.
- mesh Property Map
- Anthos Service Mesh-specific spec
- policycontroller Property Map
- Policy Controller spec.
ConfigManagementConfigSyncResponse
- Allow
Vertical boolScale - Set to true to allow the vertical scaling. Defaults to false which disallows vertical scaling. This field is deprecated.
- Enabled bool
- Enables the installation of ConfigSync. If set to true, ConfigSync resources will be created and the other ConfigSync fields will be applied if exist. If set to false, all other ConfigSync fields will be ignored, ConfigSync resources will be deleted. If omitted, ConfigSync resources will be managed depends on the presence of the git or oci field.
- Git
Pulumi.
Google Native. GKEHub. V1. Inputs. Config Management Git Config Response - Git repo configuration for the cluster.
- Metrics
Gcp stringService Account Email - The Email of the Google Cloud Service Account (GSA) used for exporting Config Sync metrics to Cloud Monitoring and Cloud Monarch when Workload Identity is enabled. The GSA should have the Monitoring Metric Writer (roles/monitoring.metricWriter) IAM role. The Kubernetes ServiceAccount
default
in the namespaceconfig-management-monitoring
should be bound to the GSA. This field is required when automatic Feature management is enabled. - Oci
Pulumi.
Google Native. GKEHub. V1. Inputs. Config Management Oci Config Response - OCI repo configuration for the cluster
- Prevent
Drift bool - Set to true to enable the Config Sync admission webhook to prevent drifts. If set to
false
, disables the Config Sync admission webhook and does not prevent drifts. - Source
Format string - Specifies whether the Config Sync Repo is in "hierarchical" or "unstructured" mode.
- Allow
Vertical boolScale - Set to true to allow the vertical scaling. Defaults to false which disallows vertical scaling. This field is deprecated.
- Enabled bool
- Enables the installation of ConfigSync. If set to true, ConfigSync resources will be created and the other ConfigSync fields will be applied if exist. If set to false, all other ConfigSync fields will be ignored, ConfigSync resources will be deleted. If omitted, ConfigSync resources will be managed depends on the presence of the git or oci field.
- Git
Config
Management Git Config Response - Git repo configuration for the cluster.
- Metrics
Gcp stringService Account Email - The Email of the Google Cloud Service Account (GSA) used for exporting Config Sync metrics to Cloud Monitoring and Cloud Monarch when Workload Identity is enabled. The GSA should have the Monitoring Metric Writer (roles/monitoring.metricWriter) IAM role. The Kubernetes ServiceAccount
default
in the namespaceconfig-management-monitoring
should be bound to the GSA. This field is required when automatic Feature management is enabled. - Oci
Config
Management Oci Config Response - OCI repo configuration for the cluster
- Prevent
Drift bool - Set to true to enable the Config Sync admission webhook to prevent drifts. If set to
false
, disables the Config Sync admission webhook and does not prevent drifts. - Source
Format string - Specifies whether the Config Sync Repo is in "hierarchical" or "unstructured" mode.
- allow
Vertical BooleanScale - Set to true to allow the vertical scaling. Defaults to false which disallows vertical scaling. This field is deprecated.
- enabled Boolean
- Enables the installation of ConfigSync. If set to true, ConfigSync resources will be created and the other ConfigSync fields will be applied if exist. If set to false, all other ConfigSync fields will be ignored, ConfigSync resources will be deleted. If omitted, ConfigSync resources will be managed depends on the presence of the git or oci field.
- git
Config
Management Git Config Response - Git repo configuration for the cluster.
- metrics
Gcp StringService Account Email - The Email of the Google Cloud Service Account (GSA) used for exporting Config Sync metrics to Cloud Monitoring and Cloud Monarch when Workload Identity is enabled. The GSA should have the Monitoring Metric Writer (roles/monitoring.metricWriter) IAM role. The Kubernetes ServiceAccount
default
in the namespaceconfig-management-monitoring
should be bound to the GSA. This field is required when automatic Feature management is enabled. - oci
Config
Management Oci Config Response - OCI repo configuration for the cluster
- prevent
Drift Boolean - Set to true to enable the Config Sync admission webhook to prevent drifts. If set to
false
, disables the Config Sync admission webhook and does not prevent drifts. - source
Format String - Specifies whether the Config Sync Repo is in "hierarchical" or "unstructured" mode.
- allow
Vertical booleanScale - Set to true to allow the vertical scaling. Defaults to false which disallows vertical scaling. This field is deprecated.
- enabled boolean
- Enables the installation of ConfigSync. If set to true, ConfigSync resources will be created and the other ConfigSync fields will be applied if exist. If set to false, all other ConfigSync fields will be ignored, ConfigSync resources will be deleted. If omitted, ConfigSync resources will be managed depends on the presence of the git or oci field.
- git
Config
Management Git Config Response - Git repo configuration for the cluster.
- metrics
Gcp stringService Account Email - The Email of the Google Cloud Service Account (GSA) used for exporting Config Sync metrics to Cloud Monitoring and Cloud Monarch when Workload Identity is enabled. The GSA should have the Monitoring Metric Writer (roles/monitoring.metricWriter) IAM role. The Kubernetes ServiceAccount
default
in the namespaceconfig-management-monitoring
should be bound to the GSA. This field is required when automatic Feature management is enabled. - oci
Config
Management Oci Config Response - OCI repo configuration for the cluster
- prevent
Drift boolean - Set to true to enable the Config Sync admission webhook to prevent drifts. If set to
false
, disables the Config Sync admission webhook and does not prevent drifts. - source
Format string - Specifies whether the Config Sync Repo is in "hierarchical" or "unstructured" mode.
- allow_
vertical_ boolscale - Set to true to allow the vertical scaling. Defaults to false which disallows vertical scaling. This field is deprecated.
- enabled bool
- Enables the installation of ConfigSync. If set to true, ConfigSync resources will be created and the other ConfigSync fields will be applied if exist. If set to false, all other ConfigSync fields will be ignored, ConfigSync resources will be deleted. If omitted, ConfigSync resources will be managed depends on the presence of the git or oci field.
- git
Config
Management Git Config Response - Git repo configuration for the cluster.
- metrics_
gcp_ strservice_ account_ email - The Email of the Google Cloud Service Account (GSA) used for exporting Config Sync metrics to Cloud Monitoring and Cloud Monarch when Workload Identity is enabled. The GSA should have the Monitoring Metric Writer (roles/monitoring.metricWriter) IAM role. The Kubernetes ServiceAccount
default
in the namespaceconfig-management-monitoring
should be bound to the GSA. This field is required when automatic Feature management is enabled. - oci
Config
Management Oci Config Response - OCI repo configuration for the cluster
- prevent_
drift bool - Set to true to enable the Config Sync admission webhook to prevent drifts. If set to
false
, disables the Config Sync admission webhook and does not prevent drifts. - source_
format str - Specifies whether the Config Sync Repo is in "hierarchical" or "unstructured" mode.
- allow
Vertical BooleanScale - Set to true to allow the vertical scaling. Defaults to false which disallows vertical scaling. This field is deprecated.
- enabled Boolean
- Enables the installation of ConfigSync. If set to true, ConfigSync resources will be created and the other ConfigSync fields will be applied if exist. If set to false, all other ConfigSync fields will be ignored, ConfigSync resources will be deleted. If omitted, ConfigSync resources will be managed depends on the presence of the git or oci field.
- git Property Map
- Git repo configuration for the cluster.
- metrics
Gcp StringService Account Email - The Email of the Google Cloud Service Account (GSA) used for exporting Config Sync metrics to Cloud Monitoring and Cloud Monarch when Workload Identity is enabled. The GSA should have the Monitoring Metric Writer (roles/monitoring.metricWriter) IAM role. The Kubernetes ServiceAccount
default
in the namespaceconfig-management-monitoring
should be bound to the GSA. This field is required when automatic Feature management is enabled. - oci Property Map
- OCI repo configuration for the cluster
- prevent
Drift Boolean - Set to true to enable the Config Sync admission webhook to prevent drifts. If set to
false
, disables the Config Sync admission webhook and does not prevent drifts. - source
Format String - Specifies whether the Config Sync Repo is in "hierarchical" or "unstructured" mode.
ConfigManagementGitConfigResponse
- Gcp
Service stringAccount Email - The Google Cloud Service Account Email used for auth when secret_type is gcpServiceAccount.
- Https
Proxy string - URL for the HTTPS proxy to be used when communicating with the Git repo.
- Policy
Dir string - The path within the Git repository that represents the top level of the repo to sync. Default: the root directory of the repository.
- Secret
Type string - Type of secret configured for access to the Git repo. Must be one of ssh, cookiefile, gcenode, token, gcpserviceaccount or none. The validation of this is case-sensitive. Required.
- Sync
Branch string - The branch of the repository to sync from. Default: master.
- Sync
Repo string - The URL of the Git repository to use as the source of truth.
- Sync
Rev string - Git revision (tag or hash) to check out. Default HEAD.
- Sync
Wait stringSecs - Period in seconds between consecutive syncs. Default: 15.
- Gcp
Service stringAccount Email - The Google Cloud Service Account Email used for auth when secret_type is gcpServiceAccount.
- Https
Proxy string - URL for the HTTPS proxy to be used when communicating with the Git repo.
- Policy
Dir string - The path within the Git repository that represents the top level of the repo to sync. Default: the root directory of the repository.
- Secret
Type string - Type of secret configured for access to the Git repo. Must be one of ssh, cookiefile, gcenode, token, gcpserviceaccount or none. The validation of this is case-sensitive. Required.
- Sync
Branch string - The branch of the repository to sync from. Default: master.
- Sync
Repo string - The URL of the Git repository to use as the source of truth.
- Sync
Rev string - Git revision (tag or hash) to check out. Default HEAD.
- Sync
Wait stringSecs - Period in seconds between consecutive syncs. Default: 15.
- gcp
Service StringAccount Email - The Google Cloud Service Account Email used for auth when secret_type is gcpServiceAccount.
- https
Proxy String - URL for the HTTPS proxy to be used when communicating with the Git repo.
- policy
Dir String - The path within the Git repository that represents the top level of the repo to sync. Default: the root directory of the repository.
- secret
Type String - Type of secret configured for access to the Git repo. Must be one of ssh, cookiefile, gcenode, token, gcpserviceaccount or none. The validation of this is case-sensitive. Required.
- sync
Branch String - The branch of the repository to sync from. Default: master.
- sync
Repo String - The URL of the Git repository to use as the source of truth.
- sync
Rev String - Git revision (tag or hash) to check out. Default HEAD.
- sync
Wait StringSecs - Period in seconds between consecutive syncs. Default: 15.
- gcp
Service stringAccount Email - The Google Cloud Service Account Email used for auth when secret_type is gcpServiceAccount.
- https
Proxy string - URL for the HTTPS proxy to be used when communicating with the Git repo.
- policy
Dir string - The path within the Git repository that represents the top level of the repo to sync. Default: the root directory of the repository.
- secret
Type string - Type of secret configured for access to the Git repo. Must be one of ssh, cookiefile, gcenode, token, gcpserviceaccount or none. The validation of this is case-sensitive. Required.
- sync
Branch string - The branch of the repository to sync from. Default: master.
- sync
Repo string - The URL of the Git repository to use as the source of truth.
- sync
Rev string - Git revision (tag or hash) to check out. Default HEAD.
- sync
Wait stringSecs - Period in seconds between consecutive syncs. Default: 15.
- gcp_
service_ straccount_ email - The Google Cloud Service Account Email used for auth when secret_type is gcpServiceAccount.
- https_
proxy str - URL for the HTTPS proxy to be used when communicating with the Git repo.
- policy_
dir str - The path within the Git repository that represents the top level of the repo to sync. Default: the root directory of the repository.
- secret_
type str - Type of secret configured for access to the Git repo. Must be one of ssh, cookiefile, gcenode, token, gcpserviceaccount or none. The validation of this is case-sensitive. Required.
- sync_
branch str - The branch of the repository to sync from. Default: master.
- sync_
repo str - The URL of the Git repository to use as the source of truth.
- sync_
rev str - Git revision (tag or hash) to check out. Default HEAD.
- sync_
wait_ strsecs - Period in seconds between consecutive syncs. Default: 15.
- gcp
Service StringAccount Email - The Google Cloud Service Account Email used for auth when secret_type is gcpServiceAccount.
- https
Proxy String - URL for the HTTPS proxy to be used when communicating with the Git repo.
- policy
Dir String - The path within the Git repository that represents the top level of the repo to sync. Default: the root directory of the repository.
- secret
Type String - Type of secret configured for access to the Git repo. Must be one of ssh, cookiefile, gcenode, token, gcpserviceaccount or none. The validation of this is case-sensitive. Required.
- sync
Branch String - The branch of the repository to sync from. Default: master.
- sync
Repo String - The URL of the Git repository to use as the source of truth.
- sync
Rev String - Git revision (tag or hash) to check out. Default HEAD.
- sync
Wait StringSecs - Period in seconds between consecutive syncs. Default: 15.
ConfigManagementHierarchyControllerConfigResponse
- Enable
Hierarchical boolResource Quota - Whether hierarchical resource quota is enabled in this cluster.
- Enable
Pod boolTree Labels - Whether pod tree labels are enabled in this cluster.
- Enabled bool
- Whether Hierarchy Controller is enabled in this cluster.
- Enable
Hierarchical boolResource Quota - Whether hierarchical resource quota is enabled in this cluster.
- Enable
Pod boolTree Labels - Whether pod tree labels are enabled in this cluster.
- Enabled bool
- Whether Hierarchy Controller is enabled in this cluster.
- enable
Hierarchical BooleanResource Quota - Whether hierarchical resource quota is enabled in this cluster.
- enable
Pod BooleanTree Labels - Whether pod tree labels are enabled in this cluster.
- enabled Boolean
- Whether Hierarchy Controller is enabled in this cluster.
- enable
Hierarchical booleanResource Quota - Whether hierarchical resource quota is enabled in this cluster.
- enable
Pod booleanTree Labels - Whether pod tree labels are enabled in this cluster.
- enabled boolean
- Whether Hierarchy Controller is enabled in this cluster.
- enable_
hierarchical_ boolresource_ quota - Whether hierarchical resource quota is enabled in this cluster.
- enable_
pod_ booltree_ labels - Whether pod tree labels are enabled in this cluster.
- enabled bool
- Whether Hierarchy Controller is enabled in this cluster.
- enable
Hierarchical BooleanResource Quota - Whether hierarchical resource quota is enabled in this cluster.
- enable
Pod BooleanTree Labels - Whether pod tree labels are enabled in this cluster.
- enabled Boolean
- Whether Hierarchy Controller is enabled in this cluster.
ConfigManagementMembershipSpecResponse
- Cluster string
- The user-specified cluster name used by Config Sync cluster-name-selector annotation or ClusterSelector, for applying configs to only a subset of clusters. Omit this field if the cluster's fleet membership name is used by Config Sync cluster-name-selector annotation or ClusterSelector. Set this field if a name different from the cluster's fleet membership name is used by Config Sync cluster-name-selector annotation or ClusterSelector.
- Config
Sync Pulumi.Google Native. GKEHub. V1. Inputs. Config Management Config Sync Response - Config Sync configuration for the cluster.
- Hierarchy
Controller Pulumi.Google Native. GKEHub. V1. Inputs. Config Management Hierarchy Controller Config Response - Hierarchy Controller configuration for the cluster.
- Policy
Controller Pulumi.Google Native. GKEHub. V1. Inputs. Config Management Policy Controller Response - Policy Controller configuration for the cluster.
- Version string
- Version of ACM installed.
- Cluster string
- The user-specified cluster name used by Config Sync cluster-name-selector annotation or ClusterSelector, for applying configs to only a subset of clusters. Omit this field if the cluster's fleet membership name is used by Config Sync cluster-name-selector annotation or ClusterSelector. Set this field if a name different from the cluster's fleet membership name is used by Config Sync cluster-name-selector annotation or ClusterSelector.
- Config
Sync ConfigManagement Config Sync Response - Config Sync configuration for the cluster.
- Hierarchy
Controller ConfigManagement Hierarchy Controller Config Response - Hierarchy Controller configuration for the cluster.
- Policy
Controller ConfigManagement Policy Controller Response - Policy Controller configuration for the cluster.
- Version string
- Version of ACM installed.
- cluster String
- The user-specified cluster name used by Config Sync cluster-name-selector annotation or ClusterSelector, for applying configs to only a subset of clusters. Omit this field if the cluster's fleet membership name is used by Config Sync cluster-name-selector annotation or ClusterSelector. Set this field if a name different from the cluster's fleet membership name is used by Config Sync cluster-name-selector annotation or ClusterSelector.
- config
Sync ConfigManagement Config Sync Response - Config Sync configuration for the cluster.
- hierarchy
Controller ConfigManagement Hierarchy Controller Config Response - Hierarchy Controller configuration for the cluster.
- policy
Controller ConfigManagement Policy Controller Response - Policy Controller configuration for the cluster.
- version String
- Version of ACM installed.
- cluster string
- The user-specified cluster name used by Config Sync cluster-name-selector annotation or ClusterSelector, for applying configs to only a subset of clusters. Omit this field if the cluster's fleet membership name is used by Config Sync cluster-name-selector annotation or ClusterSelector. Set this field if a name different from the cluster's fleet membership name is used by Config Sync cluster-name-selector annotation or ClusterSelector.
- config
Sync ConfigManagement Config Sync Response - Config Sync configuration for the cluster.
- hierarchy
Controller ConfigManagement Hierarchy Controller Config Response - Hierarchy Controller configuration for the cluster.
- policy
Controller ConfigManagement Policy Controller Response - Policy Controller configuration for the cluster.
- version string
- Version of ACM installed.
- cluster str
- The user-specified cluster name used by Config Sync cluster-name-selector annotation or ClusterSelector, for applying configs to only a subset of clusters. Omit this field if the cluster's fleet membership name is used by Config Sync cluster-name-selector annotation or ClusterSelector. Set this field if a name different from the cluster's fleet membership name is used by Config Sync cluster-name-selector annotation or ClusterSelector.
- config_
sync ConfigManagement Config Sync Response - Config Sync configuration for the cluster.
- hierarchy_
controller ConfigManagement Hierarchy Controller Config Response - Hierarchy Controller configuration for the cluster.
- policy_
controller ConfigManagement Policy Controller Response - Policy Controller configuration for the cluster.
- version str
- Version of ACM installed.
- cluster String
- The user-specified cluster name used by Config Sync cluster-name-selector annotation or ClusterSelector, for applying configs to only a subset of clusters. Omit this field if the cluster's fleet membership name is used by Config Sync cluster-name-selector annotation or ClusterSelector. Set this field if a name different from the cluster's fleet membership name is used by Config Sync cluster-name-selector annotation or ClusterSelector.
- config
Sync Property Map - Config Sync configuration for the cluster.
- hierarchy
Controller Property Map - Hierarchy Controller configuration for the cluster.
- policy
Controller Property Map - Policy Controller configuration for the cluster.
- version String
- Version of ACM installed.
ConfigManagementOciConfigResponse
- Gcp
Service stringAccount Email - The Google Cloud Service Account Email used for auth when secret_type is gcpServiceAccount.
- Policy
Dir string - The absolute path of the directory that contains the local resources. Default: the root directory of the image.
- Secret
Type string - Type of secret configured for access to the Git repo.
- Sync
Repo string - The OCI image repository URL for the package to sync from. e.g.
LOCATION-docker.pkg.dev/PROJECT_ID/REPOSITORY_NAME/PACKAGE_NAME
. - Sync
Wait stringSecs - Period in seconds between consecutive syncs. Default: 15.
- Gcp
Service stringAccount Email - The Google Cloud Service Account Email used for auth when secret_type is gcpServiceAccount.
- Policy
Dir string - The absolute path of the directory that contains the local resources. Default: the root directory of the image.
- Secret
Type string - Type of secret configured for access to the Git repo.
- Sync
Repo string - The OCI image repository URL for the package to sync from. e.g.
LOCATION-docker.pkg.dev/PROJECT_ID/REPOSITORY_NAME/PACKAGE_NAME
. - Sync
Wait stringSecs - Period in seconds between consecutive syncs. Default: 15.
- gcp
Service StringAccount Email - The Google Cloud Service Account Email used for auth when secret_type is gcpServiceAccount.
- policy
Dir String - The absolute path of the directory that contains the local resources. Default: the root directory of the image.
- secret
Type String - Type of secret configured for access to the Git repo.
- sync
Repo String - The OCI image repository URL for the package to sync from. e.g.
LOCATION-docker.pkg.dev/PROJECT_ID/REPOSITORY_NAME/PACKAGE_NAME
. - sync
Wait StringSecs - Period in seconds between consecutive syncs. Default: 15.
- gcp
Service stringAccount Email - The Google Cloud Service Account Email used for auth when secret_type is gcpServiceAccount.
- policy
Dir string - The absolute path of the directory that contains the local resources. Default: the root directory of the image.
- secret
Type string - Type of secret configured for access to the Git repo.
- sync
Repo string - The OCI image repository URL for the package to sync from. e.g.
LOCATION-docker.pkg.dev/PROJECT_ID/REPOSITORY_NAME/PACKAGE_NAME
. - sync
Wait stringSecs - Period in seconds between consecutive syncs. Default: 15.
- gcp_
service_ straccount_ email - The Google Cloud Service Account Email used for auth when secret_type is gcpServiceAccount.
- policy_
dir str - The absolute path of the directory that contains the local resources. Default: the root directory of the image.
- secret_
type str - Type of secret configured for access to the Git repo.
- sync_
repo str - The OCI image repository URL for the package to sync from. e.g.
LOCATION-docker.pkg.dev/PROJECT_ID/REPOSITORY_NAME/PACKAGE_NAME
. - sync_
wait_ strsecs - Period in seconds between consecutive syncs. Default: 15.
- gcp
Service StringAccount Email - The Google Cloud Service Account Email used for auth when secret_type is gcpServiceAccount.
- policy
Dir String - The absolute path of the directory that contains the local resources. Default: the root directory of the image.
- secret
Type String - Type of secret configured for access to the Git repo.
- sync
Repo String - The OCI image repository URL for the package to sync from. e.g.
LOCATION-docker.pkg.dev/PROJECT_ID/REPOSITORY_NAME/PACKAGE_NAME
. - sync
Wait StringSecs - Period in seconds between consecutive syncs. Default: 15.
ConfigManagementPolicyControllerMonitoringResponse
- Backends List<string>
- Specifies the list of backends Policy Controller will export to. An empty list would effectively disable metrics export.
- Backends []string
- Specifies the list of backends Policy Controller will export to. An empty list would effectively disable metrics export.
- backends List<String>
- Specifies the list of backends Policy Controller will export to. An empty list would effectively disable metrics export.
- backends string[]
- Specifies the list of backends Policy Controller will export to. An empty list would effectively disable metrics export.
- backends Sequence[str]
- Specifies the list of backends Policy Controller will export to. An empty list would effectively disable metrics export.
- backends List<String>
- Specifies the list of backends Policy Controller will export to. An empty list would effectively disable metrics export.
ConfigManagementPolicyControllerResponse
- Audit
Interval stringSeconds - Sets the interval for Policy Controller Audit Scans (in seconds). When set to 0, this disables audit functionality altogether.
- Enabled bool
- Enables the installation of Policy Controller. If false, the rest of PolicyController fields take no effect.
- Exemptable
Namespaces List<string> - The set of namespaces that are excluded from Policy Controller checks. Namespaces do not need to currently exist on the cluster.
- Log
Denies boolEnabled - Logs all denies and dry run failures.
- Monitoring
Pulumi.
Google Native. GKEHub. V1. Inputs. Config Management Policy Controller Monitoring Response - Monitoring specifies the configuration of monitoring.
- Mutation
Enabled bool - Enable or disable mutation in policy controller. If true, mutation CRDs, webhook and controller deployment will be deployed to the cluster.
- Referential
Rules boolEnabled - Enables the ability to use Constraint Templates that reference to objects other than the object currently being evaluated.
- Template
Library boolInstalled - Installs the default template library along with Policy Controller.
- Update
Time string - Last time this membership spec was updated.
- Audit
Interval stringSeconds - Sets the interval for Policy Controller Audit Scans (in seconds). When set to 0, this disables audit functionality altogether.
- Enabled bool
- Enables the installation of Policy Controller. If false, the rest of PolicyController fields take no effect.
- Exemptable
Namespaces []string - The set of namespaces that are excluded from Policy Controller checks. Namespaces do not need to currently exist on the cluster.
- Log
Denies boolEnabled - Logs all denies and dry run failures.
- Monitoring
Config
Management Policy Controller Monitoring Response - Monitoring specifies the configuration of monitoring.
- Mutation
Enabled bool - Enable or disable mutation in policy controller. If true, mutation CRDs, webhook and controller deployment will be deployed to the cluster.
- Referential
Rules boolEnabled - Enables the ability to use Constraint Templates that reference to objects other than the object currently being evaluated.
- Template
Library boolInstalled - Installs the default template library along with Policy Controller.
- Update
Time string - Last time this membership spec was updated.
- audit
Interval StringSeconds - Sets the interval for Policy Controller Audit Scans (in seconds). When set to 0, this disables audit functionality altogether.
- enabled Boolean
- Enables the installation of Policy Controller. If false, the rest of PolicyController fields take no effect.
- exemptable
Namespaces List<String> - The set of namespaces that are excluded from Policy Controller checks. Namespaces do not need to currently exist on the cluster.
- log
Denies BooleanEnabled - Logs all denies and dry run failures.
- monitoring
Config
Management Policy Controller Monitoring Response - Monitoring specifies the configuration of monitoring.
- mutation
Enabled Boolean - Enable or disable mutation in policy controller. If true, mutation CRDs, webhook and controller deployment will be deployed to the cluster.
- referential
Rules BooleanEnabled - Enables the ability to use Constraint Templates that reference to objects other than the object currently being evaluated.
- template
Library BooleanInstalled - Installs the default template library along with Policy Controller.
- update
Time String - Last time this membership spec was updated.
- audit
Interval stringSeconds - Sets the interval for Policy Controller Audit Scans (in seconds). When set to 0, this disables audit functionality altogether.
- enabled boolean
- Enables the installation of Policy Controller. If false, the rest of PolicyController fields take no effect.
- exemptable
Namespaces string[] - The set of namespaces that are excluded from Policy Controller checks. Namespaces do not need to currently exist on the cluster.
- log
Denies booleanEnabled - Logs all denies and dry run failures.
- monitoring
Config
Management Policy Controller Monitoring Response - Monitoring specifies the configuration of monitoring.
- mutation
Enabled boolean - Enable or disable mutation in policy controller. If true, mutation CRDs, webhook and controller deployment will be deployed to the cluster.
- referential
Rules booleanEnabled - Enables the ability to use Constraint Templates that reference to objects other than the object currently being evaluated.
- template
Library booleanInstalled - Installs the default template library along with Policy Controller.
- update
Time string - Last time this membership spec was updated.
- audit_
interval_ strseconds - Sets the interval for Policy Controller Audit Scans (in seconds). When set to 0, this disables audit functionality altogether.
- enabled bool
- Enables the installation of Policy Controller. If false, the rest of PolicyController fields take no effect.
- exemptable_
namespaces Sequence[str] - The set of namespaces that are excluded from Policy Controller checks. Namespaces do not need to currently exist on the cluster.
- log_
denies_ boolenabled - Logs all denies and dry run failures.
- monitoring
Config
Management Policy Controller Monitoring Response - Monitoring specifies the configuration of monitoring.
- mutation_
enabled bool - Enable or disable mutation in policy controller. If true, mutation CRDs, webhook and controller deployment will be deployed to the cluster.
- referential_
rules_ boolenabled - Enables the ability to use Constraint Templates that reference to objects other than the object currently being evaluated.
- template_
library_ boolinstalled - Installs the default template library along with Policy Controller.
- update_
time str - Last time this membership spec was updated.
- audit
Interval StringSeconds - Sets the interval for Policy Controller Audit Scans (in seconds). When set to 0, this disables audit functionality altogether.
- enabled Boolean
- Enables the installation of Policy Controller. If false, the rest of PolicyController fields take no effect.
- exemptable
Namespaces List<String> - The set of namespaces that are excluded from Policy Controller checks. Namespaces do not need to currently exist on the cluster.
- log
Denies BooleanEnabled - Logs all denies and dry run failures.
- monitoring Property Map
- Monitoring specifies the configuration of monitoring.
- mutation
Enabled Boolean - Enable or disable mutation in policy controller. If true, mutation CRDs, webhook and controller deployment will be deployed to the cluster.
- referential
Rules BooleanEnabled - Enables the ability to use Constraint Templates that reference to objects other than the object currently being evaluated.
- template
Library BooleanInstalled - Installs the default template library along with Policy Controller.
- update
Time String - Last time this membership spec was updated.
FeatureResourceStateResponse
- State string
- The current state of the Feature resource in the Hub API.
- State string
- The current state of the Feature resource in the Hub API.
- state String
- The current state of the Feature resource in the Hub API.
- state string
- The current state of the Feature resource in the Hub API.
- state str
- The current state of the Feature resource in the Hub API.
- state String
- The current state of the Feature resource in the Hub API.
FeatureStateResponse
- Code string
- The high-level, machine-readable status of this Feature.
- Description string
- A human-readable description of the current status.
- Update
Time string - The time this status and any related Feature-specific details were updated.
- Code string
- The high-level, machine-readable status of this Feature.
- Description string
- A human-readable description of the current status.
- Update
Time string - The time this status and any related Feature-specific details were updated.
- code String
- The high-level, machine-readable status of this Feature.
- description String
- A human-readable description of the current status.
- update
Time String - The time this status and any related Feature-specific details were updated.
- code string
- The high-level, machine-readable status of this Feature.
- description string
- A human-readable description of the current status.
- update
Time string - The time this status and any related Feature-specific details were updated.
- code str
- The high-level, machine-readable status of this Feature.
- description str
- A human-readable description of the current status.
- update_
time str - The time this status and any related Feature-specific details were updated.
- code String
- The high-level, machine-readable status of this Feature.
- description String
- A human-readable description of the current status.
- update
Time String - The time this status and any related Feature-specific details were updated.
FleetObservabilityFeatureErrorResponse
- Code string
- The code of the error.
- Description string
- A human-readable description of the current status.
- Code string
- The code of the error.
- Description string
- A human-readable description of the current status.
- code String
- The code of the error.
- description String
- A human-readable description of the current status.
- code string
- The code of the error.
- description string
- A human-readable description of the current status.
- code str
- The code of the error.
- description str
- A human-readable description of the current status.
- code String
- The code of the error.
- description String
- A human-readable description of the current status.
FleetObservabilityFeatureSpecResponse
- Logging
Config Pulumi.Google Native. GKEHub. V1. Inputs. Fleet Observability Logging Config Response - Specified if fleet logging feature is enabled for the entire fleet. If UNSPECIFIED, fleet logging feature is disabled for the entire fleet.
- Logging
Config FleetObservability Logging Config Response - Specified if fleet logging feature is enabled for the entire fleet. If UNSPECIFIED, fleet logging feature is disabled for the entire fleet.
- logging
Config FleetObservability Logging Config Response - Specified if fleet logging feature is enabled for the entire fleet. If UNSPECIFIED, fleet logging feature is disabled for the entire fleet.
- logging
Config FleetObservability Logging Config Response - Specified if fleet logging feature is enabled for the entire fleet. If UNSPECIFIED, fleet logging feature is disabled for the entire fleet.
- logging_
config FleetObservability Logging Config Response - Specified if fleet logging feature is enabled for the entire fleet. If UNSPECIFIED, fleet logging feature is disabled for the entire fleet.
- logging
Config Property Map - Specified if fleet logging feature is enabled for the entire fleet. If UNSPECIFIED, fleet logging feature is disabled for the entire fleet.
FleetObservabilityFeatureStateResponse
- Logging
Pulumi.
Google Native. GKEHub. V1. Inputs. Fleet Observability Fleet Observability Logging State Response - The feature state of default logging.
- Monitoring
Pulumi.
Google Native. GKEHub. V1. Inputs. Fleet Observability Fleet Observability Monitoring State Response - The feature state of fleet monitoring.
- Logging
Fleet
Observability Fleet Observability Logging State Response - The feature state of default logging.
- Monitoring
Fleet
Observability Fleet Observability Monitoring State Response - The feature state of fleet monitoring.
- logging
Fleet
Observability Fleet Observability Logging State Response - The feature state of default logging.
- monitoring
Fleet
Observability Fleet Observability Monitoring State Response - The feature state of fleet monitoring.
- logging
Fleet
Observability Fleet Observability Logging State Response - The feature state of default logging.
- monitoring
Fleet
Observability Fleet Observability Monitoring State Response - The feature state of fleet monitoring.
- logging
Fleet
Observability Fleet Observability Logging State Response - The feature state of default logging.
- monitoring
Fleet
Observability Fleet Observability Monitoring State Response - The feature state of fleet monitoring.
- logging Property Map
- The feature state of default logging.
- monitoring Property Map
- The feature state of fleet monitoring.
FleetObservabilityFleetObservabilityBaseFeatureStateResponse
- Code string
- The high-level, machine-readable status of this Feature.
- Errors
List<Pulumi.
Google Native. GKEHub. V1. Inputs. Fleet Observability Feature Error Response> - Errors after reconciling the monitoring and logging feature if the code is not OK.
- Code string
- The high-level, machine-readable status of this Feature.
- Errors
[]Fleet
Observability Feature Error Response - Errors after reconciling the monitoring and logging feature if the code is not OK.
- code String
- The high-level, machine-readable status of this Feature.
- errors
List<Fleet
Observability Feature Error Response> - Errors after reconciling the monitoring and logging feature if the code is not OK.
- code string
- The high-level, machine-readable status of this Feature.
- errors
Fleet
Observability Feature Error Response[] - Errors after reconciling the monitoring and logging feature if the code is not OK.
- code str
- The high-level, machine-readable status of this Feature.
- errors
Sequence[Fleet
Observability Feature Error Response] - Errors after reconciling the monitoring and logging feature if the code is not OK.
- code String
- The high-level, machine-readable status of this Feature.
- errors List<Property Map>
- Errors after reconciling the monitoring and logging feature if the code is not OK.
FleetObservabilityFleetObservabilityLoggingStateResponse
- Default
Log Pulumi.Google Native. GKEHub. V1. Inputs. Fleet Observability Fleet Observability Base Feature State Response - The base feature state of fleet default log.
- Scope
Log Pulumi.Google Native. GKEHub. V1. Inputs. Fleet Observability Fleet Observability Base Feature State Response - The base feature state of fleet scope log.
- Default
Log FleetObservability Fleet Observability Base Feature State Response - The base feature state of fleet default log.
- Scope
Log FleetObservability Fleet Observability Base Feature State Response - The base feature state of fleet scope log.
- default
Log FleetObservability Fleet Observability Base Feature State Response - The base feature state of fleet default log.
- scope
Log FleetObservability Fleet Observability Base Feature State Response - The base feature state of fleet scope log.
- default
Log FleetObservability Fleet Observability Base Feature State Response - The base feature state of fleet default log.
- scope
Log FleetObservability Fleet Observability Base Feature State Response - The base feature state of fleet scope log.
- default_
log FleetObservability Fleet Observability Base Feature State Response - The base feature state of fleet default log.
- scope_
log FleetObservability Fleet Observability Base Feature State Response - The base feature state of fleet scope log.
- default
Log Property Map - The base feature state of fleet default log.
- scope
Log Property Map - The base feature state of fleet scope log.
FleetObservabilityFleetObservabilityMonitoringStateResponse
- State
Pulumi.
Google Native. GKEHub. V1. Inputs. Fleet Observability Fleet Observability Base Feature State Response - The base feature state of fleet monitoring feature.
- State
Fleet
Observability Fleet Observability Base Feature State Response - The base feature state of fleet monitoring feature.
- state
Fleet
Observability Fleet Observability Base Feature State Response - The base feature state of fleet monitoring feature.
- state
Fleet
Observability Fleet Observability Base Feature State Response - The base feature state of fleet monitoring feature.
- state
Fleet
Observability Fleet Observability Base Feature State Response - The base feature state of fleet monitoring feature.
- state Property Map
- The base feature state of fleet monitoring feature.
FleetObservabilityLoggingConfigResponse
- Default
Config Pulumi.Google Native. GKEHub. V1. Inputs. Fleet Observability Routing Config Response - Specified if applying the default routing config to logs not specified in other configs.
- Fleet
Scope Pulumi.Logs Config Google Native. GKEHub. V1. Inputs. Fleet Observability Routing Config Response - Specified if applying the routing config to all logs for all fleet scopes.
- Default
Config FleetObservability Routing Config Response - Specified if applying the default routing config to logs not specified in other configs.
- Fleet
Scope FleetLogs Config Observability Routing Config Response - Specified if applying the routing config to all logs for all fleet scopes.
- default
Config FleetObservability Routing Config Response - Specified if applying the default routing config to logs not specified in other configs.
- fleet
Scope FleetLogs Config Observability Routing Config Response - Specified if applying the routing config to all logs for all fleet scopes.
- default
Config FleetObservability Routing Config Response - Specified if applying the default routing config to logs not specified in other configs.
- fleet
Scope FleetLogs Config Observability Routing Config Response - Specified if applying the routing config to all logs for all fleet scopes.
- default_
config FleetObservability Routing Config Response - Specified if applying the default routing config to logs not specified in other configs.
- fleet_
scope_ Fleetlogs_ config Observability Routing Config Response - Specified if applying the routing config to all logs for all fleet scopes.
- default
Config Property Map - Specified if applying the default routing config to logs not specified in other configs.
- fleet
Scope Property MapLogs Config - Specified if applying the routing config to all logs for all fleet scopes.
FleetObservabilityRoutingConfigResponse
- Mode string
- mode configures the logs routing mode.
- Mode string
- mode configures the logs routing mode.
- mode String
- mode configures the logs routing mode.
- mode string
- mode configures the logs routing mode.
- mode str
- mode configures the logs routing mode.
- mode String
- mode configures the logs routing mode.
IdentityServiceAuthMethodResponse
- Azuread
Config Pulumi.Google Native. GKEHub. V1. Inputs. Identity Service Azure ADConfig Response - AzureAD specific Configuration.
- Google
Config Pulumi.Google Native. GKEHub. V1. Inputs. Identity Service Google Config Response - GoogleConfig specific configuration.
- Name string
- Identifier for auth config.
- Oidc
Config Pulumi.Google Native. GKEHub. V1. Inputs. Identity Service Oidc Config Response - OIDC specific configuration.
- Proxy string
- Proxy server address to use for auth method.
- Azuread
Config IdentityService Azure ADConfig Response - AzureAD specific Configuration.
- Google
Config IdentityService Google Config Response - GoogleConfig specific configuration.
- Name string
- Identifier for auth config.
- Oidc
Config IdentityService Oidc Config Response - OIDC specific configuration.
- Proxy string
- Proxy server address to use for auth method.
- azuread
Config IdentityService Azure ADConfig Response - AzureAD specific Configuration.
- google
Config IdentityService Google Config Response - GoogleConfig specific configuration.
- name String
- Identifier for auth config.
- oidc
Config IdentityService Oidc Config Response - OIDC specific configuration.
- proxy String
- Proxy server address to use for auth method.
- azuread
Config IdentityService Azure ADConfig Response - AzureAD specific Configuration.
- google
Config IdentityService Google Config Response - GoogleConfig specific configuration.
- name string
- Identifier for auth config.
- oidc
Config IdentityService Oidc Config Response - OIDC specific configuration.
- proxy string
- Proxy server address to use for auth method.
- azuread_
config IdentityService Azure ADConfig Response - AzureAD specific Configuration.
- google_
config IdentityService Google Config Response - GoogleConfig specific configuration.
- name str
- Identifier for auth config.
- oidc_
config IdentityService Oidc Config Response - OIDC specific configuration.
- proxy str
- Proxy server address to use for auth method.
- azuread
Config Property Map - AzureAD specific Configuration.
- google
Config Property Map - GoogleConfig specific configuration.
- name String
- Identifier for auth config.
- oidc
Config Property Map - OIDC specific configuration.
- proxy String
- Proxy server address to use for auth method.
IdentityServiceAzureADConfigResponse
- Client
Id string - ID for the registered client application that makes authentication requests to the Azure AD identity provider.
- Client
Secret string - Input only. Unencrypted AzureAD client secret will be passed to the GKE Hub CLH.
- Encrypted
Client stringSecret - Encrypted AzureAD client secret.
- Kubectl
Redirect stringUri - The redirect URL that kubectl uses for authorization.
- Tenant string
- Kind of Azure AD account to be authenticated. Supported values are or for accounts belonging to a specific tenant.
- Client
Id string - ID for the registered client application that makes authentication requests to the Azure AD identity provider.
- Client
Secret string - Input only. Unencrypted AzureAD client secret will be passed to the GKE Hub CLH.
- Encrypted
Client stringSecret - Encrypted AzureAD client secret.
- Kubectl
Redirect stringUri - The redirect URL that kubectl uses for authorization.
- Tenant string
- Kind of Azure AD account to be authenticated. Supported values are or for accounts belonging to a specific tenant.
- client
Id String - ID for the registered client application that makes authentication requests to the Azure AD identity provider.
- client
Secret String - Input only. Unencrypted AzureAD client secret will be passed to the GKE Hub CLH.
- encrypted
Client StringSecret - Encrypted AzureAD client secret.
- kubectl
Redirect StringUri - The redirect URL that kubectl uses for authorization.
- tenant String
- Kind of Azure AD account to be authenticated. Supported values are or for accounts belonging to a specific tenant.
- client
Id string - ID for the registered client application that makes authentication requests to the Azure AD identity provider.
- client
Secret string - Input only. Unencrypted AzureAD client secret will be passed to the GKE Hub CLH.
- encrypted
Client stringSecret - Encrypted AzureAD client secret.
- kubectl
Redirect stringUri - The redirect URL that kubectl uses for authorization.
- tenant string
- Kind of Azure AD account to be authenticated. Supported values are or for accounts belonging to a specific tenant.
- client_
id str - ID for the registered client application that makes authentication requests to the Azure AD identity provider.
- client_
secret str - Input only. Unencrypted AzureAD client secret will be passed to the GKE Hub CLH.
- encrypted_
client_ strsecret - Encrypted AzureAD client secret.
- kubectl_
redirect_ struri - The redirect URL that kubectl uses for authorization.
- tenant str
- Kind of Azure AD account to be authenticated. Supported values are or for accounts belonging to a specific tenant.
- client
Id String - ID for the registered client application that makes authentication requests to the Azure AD identity provider.
- client
Secret String - Input only. Unencrypted AzureAD client secret will be passed to the GKE Hub CLH.
- encrypted
Client StringSecret - Encrypted AzureAD client secret.
- kubectl
Redirect StringUri - The redirect URL that kubectl uses for authorization.
- tenant String
- Kind of Azure AD account to be authenticated. Supported values are or for accounts belonging to a specific tenant.
IdentityServiceGoogleConfigResponse
- Disable bool
- Disable automatic configuration of Google Plugin on supported platforms.
- Disable bool
- Disable automatic configuration of Google Plugin on supported platforms.
- disable Boolean
- Disable automatic configuration of Google Plugin on supported platforms.
- disable boolean
- Disable automatic configuration of Google Plugin on supported platforms.
- disable bool
- Disable automatic configuration of Google Plugin on supported platforms.
- disable Boolean
- Disable automatic configuration of Google Plugin on supported platforms.
IdentityServiceMembershipSpecResponse
- Auth
Methods List<Pulumi.Google Native. GKEHub. V1. Inputs. Identity Service Auth Method Response> - A member may support multiple auth methods.
- Auth
Methods []IdentityService Auth Method Response - A member may support multiple auth methods.
- auth
Methods List<IdentityService Auth Method Response> - A member may support multiple auth methods.
- auth
Methods IdentityService Auth Method Response[] - A member may support multiple auth methods.
- auth_
methods Sequence[IdentityService Auth Method Response] - A member may support multiple auth methods.
- auth
Methods List<Property Map> - A member may support multiple auth methods.
IdentityServiceOidcConfigResponse
- string
- PEM-encoded CA for OIDC provider.
- Client
Id string - ID for OIDC client application.
- Client
Secret string - Input only. Unencrypted OIDC client secret will be passed to the GKE Hub CLH.
- Deploy
Cloud boolConsole Proxy - Flag to denote if reverse proxy is used to connect to auth provider. This flag should be set to true when provider is not reachable by Google Cloud Console.
- Enable
Access boolToken - Enable access token.
- Encrypted
Client stringSecret - Encrypted OIDC Client secret
- Extra
Params string - Comma-separated list of key-value pairs.
- Group
Prefix string - Prefix to prepend to group name.
- Groups
Claim string - Claim in OIDC ID token that holds group information.
- Issuer
Uri string - URI for the OIDC provider. This should point to the level below .well-known/openid-configuration.
- Kubectl
Redirect stringUri - Registered redirect uri to redirect users going through OAuth flow using kubectl plugin.
- Scopes string
- Comma-separated list of identifiers.
- User
Claim string - Claim in OIDC ID token that holds username.
- User
Prefix string - Prefix to prepend to user name.
- string
- PEM-encoded CA for OIDC provider.
- Client
Id string - ID for OIDC client application.
- Client
Secret string - Input only. Unencrypted OIDC client secret will be passed to the GKE Hub CLH.
- Deploy
Cloud boolConsole Proxy - Flag to denote if reverse proxy is used to connect to auth provider. This flag should be set to true when provider is not reachable by Google Cloud Console.
- Enable
Access boolToken - Enable access token.
- Encrypted
Client stringSecret - Encrypted OIDC Client secret
- Extra
Params string - Comma-separated list of key-value pairs.
- Group
Prefix string - Prefix to prepend to group name.
- Groups
Claim string - Claim in OIDC ID token that holds group information.
- Issuer
Uri string - URI for the OIDC provider. This should point to the level below .well-known/openid-configuration.
- Kubectl
Redirect stringUri - Registered redirect uri to redirect users going through OAuth flow using kubectl plugin.
- Scopes string
- Comma-separated list of identifiers.
- User
Claim string - Claim in OIDC ID token that holds username.
- User
Prefix string - Prefix to prepend to user name.
- String
- PEM-encoded CA for OIDC provider.
- client
Id String - ID for OIDC client application.
- client
Secret String - Input only. Unencrypted OIDC client secret will be passed to the GKE Hub CLH.
- deploy
Cloud BooleanConsole Proxy - Flag to denote if reverse proxy is used to connect to auth provider. This flag should be set to true when provider is not reachable by Google Cloud Console.
- enable
Access BooleanToken - Enable access token.
- encrypted
Client StringSecret - Encrypted OIDC Client secret
- extra
Params String - Comma-separated list of key-value pairs.
- group
Prefix String - Prefix to prepend to group name.
- groups
Claim String - Claim in OIDC ID token that holds group information.
- issuer
Uri String - URI for the OIDC provider. This should point to the level below .well-known/openid-configuration.
- kubectl
Redirect StringUri - Registered redirect uri to redirect users going through OAuth flow using kubectl plugin.
- scopes String
- Comma-separated list of identifiers.
- user
Claim String - Claim in OIDC ID token that holds username.
- user
Prefix String - Prefix to prepend to user name.
- string
- PEM-encoded CA for OIDC provider.
- client
Id string - ID for OIDC client application.
- client
Secret string - Input only. Unencrypted OIDC client secret will be passed to the GKE Hub CLH.
- deploy
Cloud booleanConsole Proxy - Flag to denote if reverse proxy is used to connect to auth provider. This flag should be set to true when provider is not reachable by Google Cloud Console.
- enable
Access booleanToken - Enable access token.
- encrypted
Client stringSecret - Encrypted OIDC Client secret
- extra
Params string - Comma-separated list of key-value pairs.
- group
Prefix string - Prefix to prepend to group name.
- groups
Claim string - Claim in OIDC ID token that holds group information.
- issuer
Uri string - URI for the OIDC provider. This should point to the level below .well-known/openid-configuration.
- kubectl
Redirect stringUri - Registered redirect uri to redirect users going through OAuth flow using kubectl plugin.
- scopes string
- Comma-separated list of identifiers.
- user
Claim string - Claim in OIDC ID token that holds username.
- user
Prefix string - Prefix to prepend to user name.
- str
- PEM-encoded CA for OIDC provider.
- client_
id str - ID for OIDC client application.
- client_
secret str - Input only. Unencrypted OIDC client secret will be passed to the GKE Hub CLH.
- deploy_
cloud_ boolconsole_ proxy - Flag to denote if reverse proxy is used to connect to auth provider. This flag should be set to true when provider is not reachable by Google Cloud Console.
- enable_
access_ booltoken - Enable access token.
- encrypted_
client_ strsecret - Encrypted OIDC Client secret
- extra_
params str - Comma-separated list of key-value pairs.
- group_
prefix str - Prefix to prepend to group name.
- groups_
claim str - Claim in OIDC ID token that holds group information.
- issuer_
uri str - URI for the OIDC provider. This should point to the level below .well-known/openid-configuration.
- kubectl_
redirect_ struri - Registered redirect uri to redirect users going through OAuth flow using kubectl plugin.
- scopes str
- Comma-separated list of identifiers.
- user_
claim str - Claim in OIDC ID token that holds username.
- user_
prefix str - Prefix to prepend to user name.
- String
- PEM-encoded CA for OIDC provider.
- client
Id String - ID for OIDC client application.
- client
Secret String - Input only. Unencrypted OIDC client secret will be passed to the GKE Hub CLH.
- deploy
Cloud BooleanConsole Proxy - Flag to denote if reverse proxy is used to connect to auth provider. This flag should be set to true when provider is not reachable by Google Cloud Console.
- enable
Access BooleanToken - Enable access token.
- encrypted
Client StringSecret - Encrypted OIDC Client secret
- extra
Params String - Comma-separated list of key-value pairs.
- group
Prefix String - Prefix to prepend to group name.
- groups
Claim String - Claim in OIDC ID token that holds group information.
- issuer
Uri String - URI for the OIDC provider. This should point to the level below .well-known/openid-configuration.
- kubectl
Redirect StringUri - Registered redirect uri to redirect users going through OAuth flow using kubectl plugin.
- scopes String
- Comma-separated list of identifiers.
- user
Claim String - Claim in OIDC ID token that holds username.
- user
Prefix String - Prefix to prepend to user name.
MultiClusterIngressFeatureSpecResponse
- Config
Membership string - Fully-qualified Membership name which hosts the MultiClusterIngress CRD. Example:
projects/foo-proj/locations/global/memberships/bar
- Config
Membership string - Fully-qualified Membership name which hosts the MultiClusterIngress CRD. Example:
projects/foo-proj/locations/global/memberships/bar
- config
Membership String - Fully-qualified Membership name which hosts the MultiClusterIngress CRD. Example:
projects/foo-proj/locations/global/memberships/bar
- config
Membership string - Fully-qualified Membership name which hosts the MultiClusterIngress CRD. Example:
projects/foo-proj/locations/global/memberships/bar
- config_
membership str - Fully-qualified Membership name which hosts the MultiClusterIngress CRD. Example:
projects/foo-proj/locations/global/memberships/bar
- config
Membership String - Fully-qualified Membership name which hosts the MultiClusterIngress CRD. Example:
projects/foo-proj/locations/global/memberships/bar
PolicyControllerHubConfigResponse
- Audit
Interval stringSeconds - Sets the interval for Policy Controller Audit Scans (in seconds). When set to 0, this disables audit functionality altogether.
- Constraint
Violation stringLimit - The maximum number of audit violations to be stored in a constraint. If not set, the internal default (currently 20) will be used.
- Deployment
Configs Dictionary<string, string> - Map of deployment configs to deployments ("admission", "audit", "mutation').
- Exemptable
Namespaces List<string> - The set of namespaces that are excluded from Policy Controller checks. Namespaces do not need to currently exist on the cluster.
- Install
Spec string - The install_spec represents the intended state specified by the latest request that mutated install_spec in the feature spec, not the lifecycle state of the feature observed by the Hub feature controller that is reported in the feature state.
- Log
Denies boolEnabled - Logs all denies and dry run failures.
- Monitoring
Pulumi.
Google Native. GKEHub. V1. Inputs. Policy Controller Monitoring Config Response - Monitoring specifies the configuration of monitoring.
- Mutation
Enabled bool - Enables the ability to mutate resources using Policy Controller.
- Policy
Content Pulumi.Google Native. GKEHub. V1. Inputs. Policy Controller Policy Content Spec Response - Specifies the desired policy content on the cluster
- Referential
Rules boolEnabled - Enables the ability to use Constraint Templates that reference to objects other than the object currently being evaluated.
- Audit
Interval stringSeconds - Sets the interval for Policy Controller Audit Scans (in seconds). When set to 0, this disables audit functionality altogether.
- Constraint
Violation stringLimit - The maximum number of audit violations to be stored in a constraint. If not set, the internal default (currently 20) will be used.
- Deployment
Configs map[string]string - Map of deployment configs to deployments ("admission", "audit", "mutation').
- Exemptable
Namespaces []string - The set of namespaces that are excluded from Policy Controller checks. Namespaces do not need to currently exist on the cluster.
- Install
Spec string - The install_spec represents the intended state specified by the latest request that mutated install_spec in the feature spec, not the lifecycle state of the feature observed by the Hub feature controller that is reported in the feature state.
- Log
Denies boolEnabled - Logs all denies and dry run failures.
- Monitoring
Policy
Controller Monitoring Config Response - Monitoring specifies the configuration of monitoring.
- Mutation
Enabled bool - Enables the ability to mutate resources using Policy Controller.
- Policy
Content PolicyController Policy Content Spec Response - Specifies the desired policy content on the cluster
- Referential
Rules boolEnabled - Enables the ability to use Constraint Templates that reference to objects other than the object currently being evaluated.
- audit
Interval StringSeconds - Sets the interval for Policy Controller Audit Scans (in seconds). When set to 0, this disables audit functionality altogether.
- constraint
Violation StringLimit - The maximum number of audit violations to be stored in a constraint. If not set, the internal default (currently 20) will be used.
- deployment
Configs Map<String,String> - Map of deployment configs to deployments ("admission", "audit", "mutation').
- exemptable
Namespaces List<String> - The set of namespaces that are excluded from Policy Controller checks. Namespaces do not need to currently exist on the cluster.
- install
Spec String - The install_spec represents the intended state specified by the latest request that mutated install_spec in the feature spec, not the lifecycle state of the feature observed by the Hub feature controller that is reported in the feature state.
- log
Denies BooleanEnabled - Logs all denies and dry run failures.
- monitoring
Policy
Controller Monitoring Config Response - Monitoring specifies the configuration of monitoring.
- mutation
Enabled Boolean - Enables the ability to mutate resources using Policy Controller.
- policy
Content PolicyController Policy Content Spec Response - Specifies the desired policy content on the cluster
- referential
Rules BooleanEnabled - Enables the ability to use Constraint Templates that reference to objects other than the object currently being evaluated.
- audit
Interval stringSeconds - Sets the interval for Policy Controller Audit Scans (in seconds). When set to 0, this disables audit functionality altogether.
- constraint
Violation stringLimit - The maximum number of audit violations to be stored in a constraint. If not set, the internal default (currently 20) will be used.
- deployment
Configs {[key: string]: string} - Map of deployment configs to deployments ("admission", "audit", "mutation').
- exemptable
Namespaces string[] - The set of namespaces that are excluded from Policy Controller checks. Namespaces do not need to currently exist on the cluster.
- install
Spec string - The install_spec represents the intended state specified by the latest request that mutated install_spec in the feature spec, not the lifecycle state of the feature observed by the Hub feature controller that is reported in the feature state.
- log
Denies booleanEnabled - Logs all denies and dry run failures.
- monitoring
Policy
Controller Monitoring Config Response - Monitoring specifies the configuration of monitoring.
- mutation
Enabled boolean - Enables the ability to mutate resources using Policy Controller.
- policy
Content PolicyController Policy Content Spec Response - Specifies the desired policy content on the cluster
- referential
Rules booleanEnabled - Enables the ability to use Constraint Templates that reference to objects other than the object currently being evaluated.
- audit_
interval_ strseconds - Sets the interval for Policy Controller Audit Scans (in seconds). When set to 0, this disables audit functionality altogether.
- constraint_
violation_ strlimit - The maximum number of audit violations to be stored in a constraint. If not set, the internal default (currently 20) will be used.
- deployment_
configs Mapping[str, str] - Map of deployment configs to deployments ("admission", "audit", "mutation').
- exemptable_
namespaces Sequence[str] - The set of namespaces that are excluded from Policy Controller checks. Namespaces do not need to currently exist on the cluster.
- install_
spec str - The install_spec represents the intended state specified by the latest request that mutated install_spec in the feature spec, not the lifecycle state of the feature observed by the Hub feature controller that is reported in the feature state.
- log_
denies_ boolenabled - Logs all denies and dry run failures.
- monitoring
Policy
Controller Monitoring Config Response - Monitoring specifies the configuration of monitoring.
- mutation_
enabled bool - Enables the ability to mutate resources using Policy Controller.
- policy_
content PolicyController Policy Content Spec Response - Specifies the desired policy content on the cluster
- referential_
rules_ boolenabled - Enables the ability to use Constraint Templates that reference to objects other than the object currently being evaluated.
- audit
Interval StringSeconds - Sets the interval for Policy Controller Audit Scans (in seconds). When set to 0, this disables audit functionality altogether.
- constraint
Violation StringLimit - The maximum number of audit violations to be stored in a constraint. If not set, the internal default (currently 20) will be used.
- deployment
Configs Map<String> - Map of deployment configs to deployments ("admission", "audit", "mutation').
- exemptable
Namespaces List<String> - The set of namespaces that are excluded from Policy Controller checks. Namespaces do not need to currently exist on the cluster.
- install
Spec String - The install_spec represents the intended state specified by the latest request that mutated install_spec in the feature spec, not the lifecycle state of the feature observed by the Hub feature controller that is reported in the feature state.
- log
Denies BooleanEnabled - Logs all denies and dry run failures.
- monitoring Property Map
- Monitoring specifies the configuration of monitoring.
- mutation
Enabled Boolean - Enables the ability to mutate resources using Policy Controller.
- policy
Content Property Map - Specifies the desired policy content on the cluster
- referential
Rules BooleanEnabled - Enables the ability to use Constraint Templates that reference to objects other than the object currently being evaluated.
PolicyControllerMembershipSpecResponse
- Policy
Controller Pulumi.Hub Config Google Native. GKEHub. V1. Inputs. Policy Controller Hub Config Response - Policy Controller configuration for the cluster.
- Version string
- Version of Policy Controller installed.
- Policy
Controller PolicyHub Config Controller Hub Config Response - Policy Controller configuration for the cluster.
- Version string
- Version of Policy Controller installed.
- policy
Controller PolicyHub Config Controller Hub Config Response - Policy Controller configuration for the cluster.
- version String
- Version of Policy Controller installed.
- policy
Controller PolicyHub Config Controller Hub Config Response - Policy Controller configuration for the cluster.
- version string
- Version of Policy Controller installed.
- policy_
controller_ Policyhub_ config Controller Hub Config Response - Policy Controller configuration for the cluster.
- version str
- Version of Policy Controller installed.
- policy
Controller Property MapHub Config - Policy Controller configuration for the cluster.
- version String
- Version of Policy Controller installed.
PolicyControllerMonitoringConfigResponse
- Backends List<string>
- Specifies the list of backends Policy Controller will export to. An empty list would effectively disable metrics export.
- Backends []string
- Specifies the list of backends Policy Controller will export to. An empty list would effectively disable metrics export.
- backends List<String>
- Specifies the list of backends Policy Controller will export to. An empty list would effectively disable metrics export.
- backends string[]
- Specifies the list of backends Policy Controller will export to. An empty list would effectively disable metrics export.
- backends Sequence[str]
- Specifies the list of backends Policy Controller will export to. An empty list would effectively disable metrics export.
- backends List<String>
- Specifies the list of backends Policy Controller will export to. An empty list would effectively disable metrics export.
PolicyControllerPolicyContentSpecResponse
- Bundles Dictionary<string, string>
- map of bundle name to BundleInstallSpec. The bundle name maps to the
bundleName
key in thepolicycontroller.gke.io/constraintData
annotation on a constraint. - Template
Library Pulumi.Google Native. GKEHub. V1. Inputs. Policy Controller Template Library Config Response - Configures the installation of the Template Library.
- Bundles map[string]string
- map of bundle name to BundleInstallSpec. The bundle name maps to the
bundleName
key in thepolicycontroller.gke.io/constraintData
annotation on a constraint. - Template
Library PolicyController Template Library Config Response - Configures the installation of the Template Library.
- bundles Map<String,String>
- map of bundle name to BundleInstallSpec. The bundle name maps to the
bundleName
key in thepolicycontroller.gke.io/constraintData
annotation on a constraint. - template
Library PolicyController Template Library Config Response - Configures the installation of the Template Library.
- bundles {[key: string]: string}
- map of bundle name to BundleInstallSpec. The bundle name maps to the
bundleName
key in thepolicycontroller.gke.io/constraintData
annotation on a constraint. - template
Library PolicyController Template Library Config Response - Configures the installation of the Template Library.
- bundles Mapping[str, str]
- map of bundle name to BundleInstallSpec. The bundle name maps to the
bundleName
key in thepolicycontroller.gke.io/constraintData
annotation on a constraint. - template_
library PolicyController Template Library Config Response - Configures the installation of the Template Library.
- bundles Map<String>
- map of bundle name to BundleInstallSpec. The bundle name maps to the
bundleName
key in thepolicycontroller.gke.io/constraintData
annotation on a constraint. - template
Library Property Map - Configures the installation of the Template Library.
PolicyControllerTemplateLibraryConfigResponse
- Installation string
- Configures the manner in which the template library is installed on the cluster.
- Installation string
- Configures the manner in which the template library is installed on the cluster.
- installation String
- Configures the manner in which the template library is installed on the cluster.
- installation string
- Configures the manner in which the template library is installed on the cluster.
- installation str
- Configures the manner in which the template library is installed on the cluster.
- installation String
- Configures the manner in which the template library is installed on the cluster.
ServiceMeshMembershipSpecResponse
- Control
Plane string - Deprecated: use
management
instead Enables automatic control plane management. - Management string
- Enables automatic Service Mesh management.
- Control
Plane string - Deprecated: use
management
instead Enables automatic control plane management. - Management string
- Enables automatic Service Mesh management.
- control
Plane String - Deprecated: use
management
instead Enables automatic control plane management. - management String
- Enables automatic Service Mesh management.
- control
Plane string - Deprecated: use
management
instead Enables automatic control plane management. - management string
- Enables automatic Service Mesh management.
- control_
plane str - Deprecated: use
management
instead Enables automatic control plane management. - management str
- Enables automatic Service Mesh management.
- control
Plane String - Deprecated: use
management
instead Enables automatic control plane management. - management String
- Enables automatic Service Mesh management.
StatusResponse
- Code string
- Code specifies AppDevExperienceFeature's subcomponent ready state.
- Description string
- Description is populated if Code is Failed, explaining why it has failed.
- Code string
- Code specifies AppDevExperienceFeature's subcomponent ready state.
- Description string
- Description is populated if Code is Failed, explaining why it has failed.
- code String
- Code specifies AppDevExperienceFeature's subcomponent ready state.
- description String
- Description is populated if Code is Failed, explaining why it has failed.
- code string
- Code specifies AppDevExperienceFeature's subcomponent ready state.
- description string
- Description is populated if Code is Failed, explaining why it has failed.
- code str
- Code specifies AppDevExperienceFeature's subcomponent ready state.
- description str
- Description is populated if Code is Failed, explaining why it has failed.
- code String
- Code specifies AppDevExperienceFeature's subcomponent ready state.
- description String
- Description is populated if Code is Failed, explaining why it has failed.
Package Details
- Repository
- Google Cloud Native pulumi/pulumi-google-native
- License
- Apache-2.0
Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi