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/v1beta.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)
public static Output<GetFeatureResult> getFeature(GetFeatureArgs args, InvokeOptions options)
fn::invoke:
  function: google-native:gkehub/v1beta:getFeature
  arguments:
    # arguments dictionaryThe following arguments are supported:
- feature_id str
- location str
- project str
getFeature Result
The following output properties are available:
- CreateTime string
- When the Feature resource was created.
- DeleteTime string
- When the Feature resource was deleted.
- FleetDefault Pulumi.Member Config Google Native. GKEHub. V1Beta. 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.
- MembershipSpecs 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.
- MembershipStates 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/*.
- ResourceState Pulumi.Google Native. GKEHub. V1Beta. Outputs. Feature Resource State Response 
- State of the Feature resource itself.
- ScopeSpecs 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.
- ScopeStates 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. V1Beta. 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. V1Beta. Outputs. Common Feature State Response 
- The Hub-wide Feature state.
- UpdateTime string
- When the Feature resource was last updated.
- CreateTime string
- When the Feature resource was created.
- DeleteTime string
- When the Feature resource was deleted.
- FleetDefault 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.
- MembershipSpecs 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.
- MembershipStates 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/*.
- ResourceState FeatureResource State Response 
- State of the Feature resource itself.
- ScopeSpecs 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.
- ScopeStates 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
CommonFeature Spec Response 
- Optional. Hub-wide Feature configuration. If this Feature does not support any Hub-wide configuration, this field may be unused.
- State
CommonFeature State Response 
- The Hub-wide Feature state.
- UpdateTime string
- When the Feature resource was last updated.
- createTime String
- When the Feature resource was created.
- deleteTime String
- When the Feature resource was deleted.
- fleetDefault 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.
- membershipSpecs 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.
- membershipStates 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/*.
- resourceState FeatureResource State Response 
- State of the Feature resource itself.
- scopeSpecs 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.
- scopeStates 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
CommonFeature Spec Response 
- Optional. Hub-wide Feature configuration. If this Feature does not support any Hub-wide configuration, this field may be unused.
- state
CommonFeature State Response 
- The Hub-wide Feature state.
- updateTime String
- When the Feature resource was last updated.
- createTime string
- When the Feature resource was created.
- deleteTime string
- When the Feature resource was deleted.
- fleetDefault 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.
- membershipSpecs {[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.
- membershipStates {[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/*.
- resourceState FeatureResource State Response 
- State of the Feature resource itself.
- scopeSpecs {[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.
- scopeStates {[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
CommonFeature Spec Response 
- Optional. Hub-wide Feature configuration. If this Feature does not support any Hub-wide configuration, this field may be unused.
- state
CommonFeature State Response 
- The Hub-wide Feature state.
- updateTime 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
CommonFeature Spec Response 
- Optional. Hub-wide Feature configuration. If this Feature does not support any Hub-wide configuration, this field may be unused.
- state
CommonFeature State Response 
- The Hub-wide Feature state.
- update_time str
- When the Feature resource was last updated.
- createTime String
- When the Feature resource was created.
- deleteTime String
- When the Feature resource was deleted.
- fleetDefault Property MapMember Config 
- Optional. Feature configuration applicable to all memberships of the fleet.
- labels Map<String>
- Labels for this Feature.
- membershipSpecs 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.
- membershipStates 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/*.
- resourceState Property Map
- State of the Feature resource itself.
- scopeSpecs 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.
- scopeStates 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.
- updateTime String
- When the Feature resource was last updated.
Supporting Types
AnthosObservabilityFeatureSpecResponse    
- DefaultMembership Pulumi.Spec Google Native. GKEHub. V1Beta. Inputs. Anthos Observability Membership Spec Response 
- Default membership spec for unconfigured memberships
- DefaultMembership AnthosSpec Observability Membership Spec Response 
- Default membership spec for unconfigured memberships
- defaultMembership AnthosSpec Observability Membership Spec Response 
- Default membership spec for unconfigured memberships
- defaultMembership AnthosSpec Observability Membership Spec Response 
- Default membership spec for unconfigured memberships
- default_membership_ Anthosspec Observability Membership Spec Response 
- Default membership spec for unconfigured memberships
- defaultMembership Property MapSpec 
- Default membership spec for unconfigured memberships
AnthosObservabilityMembershipSpecResponse    
- DoNot boolOptimize Metrics 
- Use full of metrics rather than optimized metrics. See https://cloud.google.com/anthos/clusters/docs/on-prem/1.8/concepts/logging-and-monitoring#optimized_metrics_default_metrics
- EnableStackdriver boolOn Applications 
- Enable collecting and reporting metrics and logs from user apps.
- Version string
- the version of stackdriver operator used by this feature
- DoNot boolOptimize Metrics 
- Use full of metrics rather than optimized metrics. See https://cloud.google.com/anthos/clusters/docs/on-prem/1.8/concepts/logging-and-monitoring#optimized_metrics_default_metrics
- EnableStackdriver boolOn Applications 
- Enable collecting and reporting metrics and logs from user apps.
- Version string
- the version of stackdriver operator used by this feature
- doNot BooleanOptimize Metrics 
- Use full of metrics rather than optimized metrics. See https://cloud.google.com/anthos/clusters/docs/on-prem/1.8/concepts/logging-and-monitoring#optimized_metrics_default_metrics
- enableStackdriver BooleanOn Applications 
- Enable collecting and reporting metrics and logs from user apps.
- version String
- the version of stackdriver operator used by this feature
- doNot booleanOptimize Metrics 
- Use full of metrics rather than optimized metrics. See https://cloud.google.com/anthos/clusters/docs/on-prem/1.8/concepts/logging-and-monitoring#optimized_metrics_default_metrics
- enableStackdriver booleanOn Applications 
- Enable collecting and reporting metrics and logs from user apps.
- version string
- the version of stackdriver operator used by this feature
- do_not_ booloptimize_ metrics 
- Use full of metrics rather than optimized metrics. See https://cloud.google.com/anthos/clusters/docs/on-prem/1.8/concepts/logging-and-monitoring#optimized_metrics_default_metrics
- enable_stackdriver_ boolon_ applications 
- Enable collecting and reporting metrics and logs from user apps.
- version str
- the version of stackdriver operator used by this feature
- doNot BooleanOptimize Metrics 
- Use full of metrics rather than optimized metrics. See https://cloud.google.com/anthos/clusters/docs/on-prem/1.8/concepts/logging-and-monitoring#optimized_metrics_default_metrics
- enableStackdriver BooleanOn Applications 
- Enable collecting and reporting metrics and logs from user apps.
- version String
- the version of stackdriver operator used by this feature
AppDevExperienceFeatureStateResponse     
- NetworkingInstall Pulumi.Succeeded Google Native. GKEHub. V1Beta. Inputs. Status Response 
- Status of subcomponent that detects configured Service Mesh resources.
- NetworkingInstall StatusSucceeded Response 
- Status of subcomponent that detects configured Service Mesh resources.
- networkingInstall StatusSucceeded Response 
- Status of subcomponent that detects configured Service Mesh resources.
- networkingInstall StatusSucceeded Response 
- Status of subcomponent that detects configured Service Mesh resources.
- networking_install_ Statussucceeded Response 
- Status of subcomponent that detects configured Service Mesh resources.
- networkingInstall Property MapSucceeded 
- Status of subcomponent that detects configured Service Mesh resources.
ClusterUpgradeFleetSpecResponse    
- GkeUpgrade List<Pulumi.Overrides Google Native. GKEHub. V1Beta. Inputs. Cluster Upgrade GKEUpgrade Override Response> 
- Allow users to override some properties of each GKE upgrade.
- PostConditions Pulumi.Google Native. GKEHub. V1Beta. Inputs. Cluster Upgrade Post Conditions Response 
- Post conditions to evaluate to mark an upgrade COMPLETE. Required.
- UpstreamFleets 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.
- GkeUpgrade []ClusterOverrides Upgrade GKEUpgrade Override Response 
- Allow users to override some properties of each GKE upgrade.
- PostConditions ClusterUpgrade Post Conditions Response 
- Post conditions to evaluate to mark an upgrade COMPLETE. Required.
- UpstreamFleets []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.
- gkeUpgrade List<ClusterOverrides Upgrade GKEUpgrade Override Response> 
- Allow users to override some properties of each GKE upgrade.
- postConditions ClusterUpgrade Post Conditions Response 
- Post conditions to evaluate to mark an upgrade COMPLETE. Required.
- upstreamFleets 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.
- gkeUpgrade ClusterOverrides Upgrade GKEUpgrade Override Response[] 
- Allow users to override some properties of each GKE upgrade.
- postConditions ClusterUpgrade Post Conditions Response 
- Post conditions to evaluate to mark an upgrade COMPLETE. Required.
- upstreamFleets 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.
- gkeUpgrade List<Property Map>Overrides 
- Allow users to override some properties of each GKE upgrade.
- postConditions Property Map
- Post conditions to evaluate to mark an upgrade COMPLETE. Required.
- upstreamFleets 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    
- DownstreamFleets List<string>
- This fleets whose upstream_fleets contain the current fleet. The fleet name should be either fleet project number or id.
- GkeState Pulumi.Google Native. GKEHub. V1Beta. 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}.
- DownstreamFleets []string
- This fleets whose upstream_fleets contain the current fleet. The fleet name should be either fleet project number or id.
- GkeState 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}.
- downstreamFleets List<String>
- This fleets whose upstream_fleets contain the current fleet. The fleet name should be either fleet project number or id.
- gkeState 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}.
- downstreamFleets string[]
- This fleets whose upstream_fleets contain the current fleet. The fleet name should be either fleet project number or id.
- gkeState 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}.
- downstreamFleets List<String>
- This fleets whose upstream_fleets contain the current fleet. The fleet name should be either fleet project number or id.
- gkeState 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".
- UpdateTime 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".
- UpdateTime 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".
- updateTime 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".
- updateTime 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".
- updateTime String
- Last timestamp the condition was updated.
ClusterUpgradeGKEUpgradeFeatureStateResponse     
- Conditions
List<Pulumi.Google Native. GKEHub. V1Beta. Inputs. Cluster Upgrade GKEUpgrade Feature Condition Response> 
- Current conditions of the feature.
- UpgradeState List<Pulumi.Google Native. GKEHub. V1Beta. Inputs. Cluster Upgrade GKEUpgrade State Response> 
- Upgrade state. It will eventually replace state.
- Conditions
[]ClusterUpgrade GKEUpgrade Feature Condition Response 
- Current conditions of the feature.
- UpgradeState []ClusterUpgrade GKEUpgrade State Response 
- Upgrade state. It will eventually replace state.
- conditions
List<ClusterUpgrade GKEUpgrade Feature Condition Response> 
- Current conditions of the feature.
- upgradeState List<ClusterUpgrade GKEUpgrade State Response> 
- Upgrade state. It will eventually replace state.
- conditions
ClusterUpgrade GKEUpgrade Feature Condition Response[] 
- Current conditions of the feature.
- upgradeState ClusterUpgrade GKEUpgrade State Response[] 
- Upgrade state. It will eventually replace state.
- conditions
Sequence[ClusterUpgrade 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.
- upgradeState List<Property Map>
- Upgrade state. It will eventually replace state.
ClusterUpgradeGKEUpgradeOverrideResponse    
- PostConditions Pulumi.Google Native. GKEHub. V1Beta. Inputs. Cluster Upgrade Post Conditions Response 
- Post conditions to override for the specified upgrade (name + version). Required.
- Upgrade
Pulumi.Google Native. GKEHub. V1Beta. Inputs. Cluster Upgrade GKEUpgrade Response 
- Which upgrade to override. Required.
- PostConditions ClusterUpgrade Post Conditions Response 
- Post conditions to override for the specified upgrade (name + version). Required.
- Upgrade
ClusterUpgrade GKEUpgrade Response 
- Which upgrade to override. Required.
- postConditions ClusterUpgrade Post Conditions Response 
- Post conditions to override for the specified upgrade (name + version). Required.
- upgrade
ClusterUpgrade GKEUpgrade Response 
- Which upgrade to override. Required.
- postConditions ClusterUpgrade Post Conditions Response 
- Post conditions to override for the specified upgrade (name + version). Required.
- upgrade
ClusterUpgrade 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
ClusterUpgrade GKEUpgrade Response 
- Which upgrade to override. Required.
- postConditions 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. V1Beta. Inputs. Cluster Upgrade Upgrade Status Response 
- Status of the upgrade.
- Upgrade
Pulumi.Google Native. GKEHub. V1Beta. Inputs. Cluster Upgrade GKEUpgrade Response 
- Which upgrade to track the state.
- Stats map[string]string
- Number of GKE clusters in each status code.
- Status
ClusterUpgrade Upgrade Status Response 
- Status of the upgrade.
- Upgrade
ClusterUpgrade GKEUpgrade Response 
- Which upgrade to track the state.
- stats Map<String,String>
- Number of GKE clusters in each status code.
- status
ClusterUpgrade Upgrade Status Response 
- Status of the upgrade.
- upgrade
ClusterUpgrade GKEUpgrade Response 
- Which upgrade to track the state.
- stats {[key: string]: string}
- Number of GKE clusters in each status code.
- status
ClusterUpgrade Upgrade Status Response 
- Status of the upgrade.
- upgrade
ClusterUpgrade GKEUpgrade Response 
- Which upgrade to track the state.
- stats Mapping[str, str]
- Number of GKE clusters in each status code.
- status
ClusterUpgrade Upgrade Status Response 
- Status of the upgrade.
- upgrade
ClusterUpgrade 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.
- UpdateTime string
- Last timestamp the status was updated.
- Code string
- Status code of the upgrade.
- Reason string
- Reason for this status.
- UpdateTime string
- Last timestamp the status was updated.
- code String
- Status code of the upgrade.
- reason String
- Reason for this status.
- updateTime String
- Last timestamp the status was updated.
- code string
- Status code of the upgrade.
- reason string
- Reason for this status.
- updateTime 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.
- updateTime String
- Last timestamp the status was updated.
CommonFeatureSpecResponse   
- Anthosobservability
Pulumi.Google Native. GKEHub. V1Beta. Inputs. Anthos Observability Feature Spec Response 
- Anthos Observability spec
- Appdevexperience
Pulumi.Google Native. GKEHub. V1Beta. Inputs. App Dev Experience Feature Spec Response 
- Appdevexperience specific spec.
- Clusterupgrade
Pulumi.Google Native. GKEHub. V1Beta. Inputs. Cluster Upgrade Fleet Spec Response 
- ClusterUpgrade (fleet-based) feature spec.
- Fleetobservability
Pulumi.Google Native. GKEHub. V1Beta. Inputs. Fleet Observability Feature Spec Response 
- FleetObservability feature spec.
- Multiclusteringress
Pulumi.Google Native. GKEHub. V1Beta. Inputs. Multi Cluster Ingress Feature Spec Response 
- Multicluster Ingress-specific spec.
- Anthosobservability
AnthosObservability Feature Spec Response 
- Anthos Observability spec
- Appdevexperience
AppDev Experience Feature Spec Response 
- Appdevexperience specific spec.
- Clusterupgrade
ClusterUpgrade Fleet Spec Response 
- ClusterUpgrade (fleet-based) feature spec.
- Fleetobservability
FleetObservability Feature Spec Response 
- FleetObservability feature spec.
- Multiclusteringress
MultiCluster Ingress Feature Spec Response 
- Multicluster Ingress-specific spec.
- anthosobservability
AnthosObservability Feature Spec Response 
- Anthos Observability spec
- appdevexperience
AppDev Experience Feature Spec Response 
- Appdevexperience specific spec.
- clusterupgrade
ClusterUpgrade Fleet Spec Response 
- ClusterUpgrade (fleet-based) feature spec.
- fleetobservability
FleetObservability Feature Spec Response 
- FleetObservability feature spec.
- multiclusteringress
MultiCluster Ingress Feature Spec Response 
- Multicluster Ingress-specific spec.
- anthosobservability
AnthosObservability Feature Spec Response 
- Anthos Observability spec
- appdevexperience
AppDev Experience Feature Spec Response 
- Appdevexperience specific spec.
- clusterupgrade
ClusterUpgrade Fleet Spec Response 
- ClusterUpgrade (fleet-based) feature spec.
- fleetobservability
FleetObservability Feature Spec Response 
- FleetObservability feature spec.
- multiclusteringress
MultiCluster Ingress Feature Spec Response 
- Multicluster Ingress-specific spec.
- anthosobservability
AnthosObservability Feature Spec Response 
- Anthos Observability spec
- appdevexperience
AppDev Experience Feature Spec Response 
- Appdevexperience specific spec.
- clusterupgrade
ClusterUpgrade Fleet Spec Response 
- ClusterUpgrade (fleet-based) feature spec.
- fleetobservability
FleetObservability Feature Spec Response 
- FleetObservability feature spec.
- multiclusteringress
MultiCluster Ingress Feature Spec Response 
- Multicluster Ingress-specific spec.
- anthosobservability Property Map
- Anthos Observability 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. V1Beta. Inputs. App Dev Experience Feature State Response 
- Appdevexperience specific state.
- Clusterupgrade
Pulumi.Google Native. GKEHub. V1Beta. Inputs. Cluster Upgrade Fleet State Response 
- ClusterUpgrade fleet-level state.
- Fleetobservability
Pulumi.Google Native. GKEHub. V1Beta. Inputs. Fleet Observability Feature State Response 
- FleetObservability feature state.
- State
Pulumi.Google Native. GKEHub. V1Beta. Inputs. Feature State Response 
- The "running state" of the Feature in this Hub.
- Appdevexperience
AppDev Experience Feature State Response 
- Appdevexperience specific state.
- Clusterupgrade
ClusterUpgrade Fleet State Response 
- ClusterUpgrade fleet-level state.
- Fleetobservability
FleetObservability Feature State Response 
- FleetObservability feature state.
- State
FeatureState Response 
- The "running state" of the Feature in this Hub.
- appdevexperience
AppDev Experience Feature State Response 
- Appdevexperience specific state.
- clusterupgrade
ClusterUpgrade Fleet State Response 
- ClusterUpgrade fleet-level state.
- fleetobservability
FleetObservability Feature State Response 
- FleetObservability feature state.
- state
FeatureState Response 
- The "running state" of the Feature in this Hub.
- appdevexperience
AppDev Experience Feature State Response 
- Appdevexperience specific state.
- clusterupgrade
ClusterUpgrade Fleet State Response 
- ClusterUpgrade fleet-level state.
- fleetobservability
FleetObservability Feature State Response 
- FleetObservability feature state.
- state
FeatureState Response 
- The "running state" of the Feature in this Hub.
- appdevexperience
AppDev Experience Feature State Response 
- Appdevexperience specific state.
- clusterupgrade
ClusterUpgrade Fleet State Response 
- ClusterUpgrade fleet-level state.
- fleetobservability
FleetObservability Feature State Response 
- FleetObservability feature state.
- state
FeatureState 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. V1Beta. Inputs. Config Management Membership Spec Response 
- Config Management-specific spec.
- Identityservice
Pulumi.Google Native. GKEHub. V1Beta. Inputs. Identity Service Membership Spec Response 
- Identity Service-specific spec.
- Mesh
Pulumi.Google Native. GKEHub. V1Beta. Inputs. Service Mesh Membership Spec Response 
- Anthos Service Mesh-specific spec
- Policycontroller
Pulumi.Google Native. GKEHub. V1Beta. Inputs. Policy Controller Membership Spec Response 
- Policy Controller spec.
- Configmanagement
ConfigManagement Membership Spec Response 
- Config Management-specific spec.
- Identityservice
IdentityService Membership Spec Response 
- Identity Service-specific spec.
- Mesh
ServiceMesh Membership Spec Response 
- Anthos Service Mesh-specific spec
- Policycontroller
PolicyController Membership Spec Response 
- Policy Controller spec.
- configmanagement
ConfigManagement Membership Spec Response 
- Config Management-specific spec.
- identityservice
IdentityService Membership Spec Response 
- Identity Service-specific spec.
- mesh
ServiceMesh Membership Spec Response 
- Anthos Service Mesh-specific spec
- policycontroller
PolicyController Membership Spec Response 
- Policy Controller spec.
- configmanagement
ConfigManagement Membership Spec Response 
- Config Management-specific spec.
- identityservice
IdentityService Membership Spec Response 
- Identity Service-specific spec.
- mesh
ServiceMesh Membership Spec Response 
- Anthos Service Mesh-specific spec
- policycontroller
PolicyController Membership Spec Response 
- Policy Controller spec.
- configmanagement
ConfigManagement Membership Spec Response 
- Config Management-specific spec.
- identityservice
IdentityService Membership Spec Response 
- Identity Service-specific spec.
- mesh
ServiceMesh Membership Spec Response 
- Anthos Service Mesh-specific spec
- policycontroller
PolicyController 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.
ConfigManagementBinauthzConfigResponse    
- Enabled bool
- Whether binauthz is enabled in this cluster.
- Enabled bool
- Whether binauthz is enabled in this cluster.
- enabled Boolean
- Whether binauthz is enabled in this cluster.
- enabled boolean
- Whether binauthz is enabled in this cluster.
- enabled bool
- Whether binauthz is enabled in this cluster.
- enabled Boolean
- Whether binauthz is enabled in this cluster.
ConfigManagementConfigSyncResponse    
- AllowVertical 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. V1Beta. Inputs. Config Management Git Config Response 
- Git repo configuration for the cluster.
- MetricsGcp 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 defaultin the namespaceconfig-management-monitoringshould be bound to the GSA. This field is required when automatic Feature management is enabled.
- Oci
Pulumi.Google Native. GKEHub. V1Beta. Inputs. Config Management Oci Config Response 
- OCI repo configuration for the cluster
- PreventDrift 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.
- SourceFormat string
- Specifies whether the Config Sync Repo is in "hierarchical" or "unstructured" mode.
- AllowVertical 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
ConfigManagement Git Config Response 
- Git repo configuration for the cluster.
- MetricsGcp 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 defaultin the namespaceconfig-management-monitoringshould be bound to the GSA. This field is required when automatic Feature management is enabled.
- Oci
ConfigManagement Oci Config Response 
- OCI repo configuration for the cluster
- PreventDrift 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.
- SourceFormat string
- Specifies whether the Config Sync Repo is in "hierarchical" or "unstructured" mode.
- allowVertical 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
ConfigManagement Git Config Response 
- Git repo configuration for the cluster.
- metricsGcp 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 defaultin the namespaceconfig-management-monitoringshould be bound to the GSA. This field is required when automatic Feature management is enabled.
- oci
ConfigManagement Oci Config Response 
- OCI repo configuration for the cluster
- preventDrift 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.
- sourceFormat String
- Specifies whether the Config Sync Repo is in "hierarchical" or "unstructured" mode.
- allowVertical 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
ConfigManagement Git Config Response 
- Git repo configuration for the cluster.
- metricsGcp 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 defaultin the namespaceconfig-management-monitoringshould be bound to the GSA. This field is required when automatic Feature management is enabled.
- oci
ConfigManagement Oci Config Response 
- OCI repo configuration for the cluster
- preventDrift 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.
- sourceFormat 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
ConfigManagement 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 defaultin the namespaceconfig-management-monitoringshould be bound to the GSA. This field is required when automatic Feature management is enabled.
- oci
ConfigManagement 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.
- allowVertical 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.
- metricsGcp 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 defaultin the namespaceconfig-management-monitoringshould be bound to the GSA. This field is required when automatic Feature management is enabled.
- oci Property Map
- OCI repo configuration for the cluster
- preventDrift 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.
- sourceFormat String
- Specifies whether the Config Sync Repo is in "hierarchical" or "unstructured" mode.
ConfigManagementGitConfigResponse    
- GcpService stringAccount Email 
- The Google Cloud Service Account Email used for auth when secret_type is gcpServiceAccount.
- HttpsProxy string
- URL for the HTTPS proxy to be used when communicating with the Git repo.
- PolicyDir string
- The path within the Git repository that represents the top level of the repo to sync. Default: the root directory of the repository.
- SecretType 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.
- SyncBranch string
- The branch of the repository to sync from. Default: master.
- SyncRepo string
- The URL of the Git repository to use as the source of truth.
- SyncRev string
- Git revision (tag or hash) to check out. Default HEAD.
- SyncWait stringSecs 
- Period in seconds between consecutive syncs. Default: 15.
- GcpService stringAccount Email 
- The Google Cloud Service Account Email used for auth when secret_type is gcpServiceAccount.
- HttpsProxy string
- URL for the HTTPS proxy to be used when communicating with the Git repo.
- PolicyDir string
- The path within the Git repository that represents the top level of the repo to sync. Default: the root directory of the repository.
- SecretType 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.
- SyncBranch string
- The branch of the repository to sync from. Default: master.
- SyncRepo string
- The URL of the Git repository to use as the source of truth.
- SyncRev string
- Git revision (tag or hash) to check out. Default HEAD.
- SyncWait stringSecs 
- Period in seconds between consecutive syncs. Default: 15.
- gcpService StringAccount Email 
- The Google Cloud Service Account Email used for auth when secret_type is gcpServiceAccount.
- httpsProxy String
- URL for the HTTPS proxy to be used when communicating with the Git repo.
- policyDir String
- The path within the Git repository that represents the top level of the repo to sync. Default: the root directory of the repository.
- secretType 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.
- syncBranch String
- The branch of the repository to sync from. Default: master.
- syncRepo String
- The URL of the Git repository to use as the source of truth.
- syncRev String
- Git revision (tag or hash) to check out. Default HEAD.
- syncWait StringSecs 
- Period in seconds between consecutive syncs. Default: 15.
- gcpService stringAccount Email 
- The Google Cloud Service Account Email used for auth when secret_type is gcpServiceAccount.
- httpsProxy string
- URL for the HTTPS proxy to be used when communicating with the Git repo.
- policyDir string
- The path within the Git repository that represents the top level of the repo to sync. Default: the root directory of the repository.
- secretType 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.
- syncBranch string
- The branch of the repository to sync from. Default: master.
- syncRepo string
- The URL of the Git repository to use as the source of truth.
- syncRev string
- Git revision (tag or hash) to check out. Default HEAD.
- syncWait 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.
- gcpService StringAccount Email 
- The Google Cloud Service Account Email used for auth when secret_type is gcpServiceAccount.
- httpsProxy String
- URL for the HTTPS proxy to be used when communicating with the Git repo.
- policyDir String
- The path within the Git repository that represents the top level of the repo to sync. Default: the root directory of the repository.
- secretType 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.
- syncBranch String
- The branch of the repository to sync from. Default: master.
- syncRepo String
- The URL of the Git repository to use as the source of truth.
- syncRev String
- Git revision (tag or hash) to check out. Default HEAD.
- syncWait StringSecs 
- Period in seconds between consecutive syncs. Default: 15.
ConfigManagementHierarchyControllerConfigResponse     
- EnableHierarchical boolResource Quota 
- Whether hierarchical resource quota is enabled in this cluster.
- EnablePod boolTree Labels 
- Whether pod tree labels are enabled in this cluster.
- Enabled bool
- Whether Hierarchy Controller is enabled in this cluster.
- EnableHierarchical boolResource Quota 
- Whether hierarchical resource quota is enabled in this cluster.
- EnablePod boolTree Labels 
- Whether pod tree labels are enabled in this cluster.
- Enabled bool
- Whether Hierarchy Controller is enabled in this cluster.
- enableHierarchical BooleanResource Quota 
- Whether hierarchical resource quota is enabled in this cluster.
- enablePod BooleanTree Labels 
- Whether pod tree labels are enabled in this cluster.
- enabled Boolean
- Whether Hierarchy Controller is enabled in this cluster.
- enableHierarchical booleanResource Quota 
- Whether hierarchical resource quota is enabled in this cluster.
- enablePod 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.
- enableHierarchical BooleanResource Quota 
- Whether hierarchical resource quota is enabled in this cluster.
- enablePod BooleanTree Labels 
- Whether pod tree labels are enabled in this cluster.
- enabled Boolean
- Whether Hierarchy Controller is enabled in this cluster.
ConfigManagementMembershipSpecResponse    
- Binauthz
Pulumi.Google Native. GKEHub. V1Beta. Inputs. Config Management Binauthz Config Response 
- Binauthz conifguration for the cluster. Deprecated: This field will be ignored and should not be set.
- 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.
- ConfigSync Pulumi.Google Native. GKEHub. V1Beta. Inputs. Config Management Config Sync Response 
- Config Sync configuration for the cluster.
- HierarchyController Pulumi.Google Native. GKEHub. V1Beta. Inputs. Config Management Hierarchy Controller Config Response 
- Hierarchy Controller configuration for the cluster.
- PolicyController Pulumi.Google Native. GKEHub. V1Beta. Inputs. Config Management Policy Controller Response 
- Policy Controller configuration for the cluster.
- Version string
- Version of ACM installed.
- Binauthz
ConfigManagement Binauthz Config Response 
- Binauthz conifguration for the cluster. Deprecated: This field will be ignored and should not be set.
- 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.
- ConfigSync ConfigManagement Config Sync Response 
- Config Sync configuration for the cluster.
- HierarchyController ConfigManagement Hierarchy Controller Config Response 
- Hierarchy Controller configuration for the cluster.
- PolicyController ConfigManagement Policy Controller Response 
- Policy Controller configuration for the cluster.
- Version string
- Version of ACM installed.
- binauthz
ConfigManagement Binauthz Config Response 
- Binauthz conifguration for the cluster. Deprecated: This field will be ignored and should not be set.
- 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.
- configSync ConfigManagement Config Sync Response 
- Config Sync configuration for the cluster.
- hierarchyController ConfigManagement Hierarchy Controller Config Response 
- Hierarchy Controller configuration for the cluster.
- policyController ConfigManagement Policy Controller Response 
- Policy Controller configuration for the cluster.
- version String
- Version of ACM installed.
- binauthz
ConfigManagement Binauthz Config Response 
- Binauthz conifguration for the cluster. Deprecated: This field will be ignored and should not be set.
- 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.
- configSync ConfigManagement Config Sync Response 
- Config Sync configuration for the cluster.
- hierarchyController ConfigManagement Hierarchy Controller Config Response 
- Hierarchy Controller configuration for the cluster.
- policyController ConfigManagement Policy Controller Response 
- Policy Controller configuration for the cluster.
- version string
- Version of ACM installed.
- binauthz
ConfigManagement Binauthz Config Response 
- Binauthz conifguration for the cluster. Deprecated: This field will be ignored and should not be set.
- 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.
- binauthz Property Map
- Binauthz conifguration for the cluster. Deprecated: This field will be ignored and should not be set.
- 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.
- configSync Property Map
- Config Sync configuration for the cluster.
- hierarchyController Property Map
- Hierarchy Controller configuration for the cluster.
- policyController Property Map
- Policy Controller configuration for the cluster.
- version String
- Version of ACM installed.
ConfigManagementOciConfigResponse    
- GcpService stringAccount Email 
- The Google Cloud Service Account Email used for auth when secret_type is gcpServiceAccount.
- PolicyDir string
- The absolute path of the directory that contains the local resources. Default: the root directory of the image.
- SecretType string
- Type of secret configured for access to the Git repo.
- SyncRepo string
- The OCI image repository URL for the package to sync from. e.g. LOCATION-docker.pkg.dev/PROJECT_ID/REPOSITORY_NAME/PACKAGE_NAME.
- SyncWait stringSecs 
- Period in seconds between consecutive syncs. Default: 15.
- GcpService stringAccount Email 
- The Google Cloud Service Account Email used for auth when secret_type is gcpServiceAccount.
- PolicyDir string
- The absolute path of the directory that contains the local resources. Default: the root directory of the image.
- SecretType string
- Type of secret configured for access to the Git repo.
- SyncRepo string
- The OCI image repository URL for the package to sync from. e.g. LOCATION-docker.pkg.dev/PROJECT_ID/REPOSITORY_NAME/PACKAGE_NAME.
- SyncWait stringSecs 
- Period in seconds between consecutive syncs. Default: 15.
- gcpService StringAccount Email 
- The Google Cloud Service Account Email used for auth when secret_type is gcpServiceAccount.
- policyDir String
- The absolute path of the directory that contains the local resources. Default: the root directory of the image.
- secretType String
- Type of secret configured for access to the Git repo.
- syncRepo String
- The OCI image repository URL for the package to sync from. e.g. LOCATION-docker.pkg.dev/PROJECT_ID/REPOSITORY_NAME/PACKAGE_NAME.
- syncWait StringSecs 
- Period in seconds between consecutive syncs. Default: 15.
- gcpService stringAccount Email 
- The Google Cloud Service Account Email used for auth when secret_type is gcpServiceAccount.
- policyDir string
- The absolute path of the directory that contains the local resources. Default: the root directory of the image.
- secretType string
- Type of secret configured for access to the Git repo.
- syncRepo string
- The OCI image repository URL for the package to sync from. e.g. LOCATION-docker.pkg.dev/PROJECT_ID/REPOSITORY_NAME/PACKAGE_NAME.
- syncWait 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.
- gcpService StringAccount Email 
- The Google Cloud Service Account Email used for auth when secret_type is gcpServiceAccount.
- policyDir String
- The absolute path of the directory that contains the local resources. Default: the root directory of the image.
- secretType String
- Type of secret configured for access to the Git repo.
- syncRepo String
- The OCI image repository URL for the package to sync from. e.g. LOCATION-docker.pkg.dev/PROJECT_ID/REPOSITORY_NAME/PACKAGE_NAME.
- syncWait 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    
- AuditInterval 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.
- ExemptableNamespaces List<string>
- The set of namespaces that are excluded from Policy Controller checks. Namespaces do not need to currently exist on the cluster.
- LogDenies boolEnabled 
- Logs all denies and dry run failures.
- Monitoring
Pulumi.Google Native. GKEHub. V1Beta. Inputs. Config Management Policy Controller Monitoring Response 
- Monitoring specifies the configuration of monitoring.
- MutationEnabled bool
- Enable or disable mutation in policy controller. If true, mutation CRDs, webhook and controller deployment will be deployed to the cluster.
- ReferentialRules boolEnabled 
- Enables the ability to use Constraint Templates that reference to objects other than the object currently being evaluated.
- TemplateLibrary boolInstalled 
- Installs the default template library along with Policy Controller.
- UpdateTime string
- Last time this membership spec was updated.
- AuditInterval 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.
- ExemptableNamespaces []string
- The set of namespaces that are excluded from Policy Controller checks. Namespaces do not need to currently exist on the cluster.
- LogDenies boolEnabled 
- Logs all denies and dry run failures.
- Monitoring
ConfigManagement Policy Controller Monitoring Response 
- Monitoring specifies the configuration of monitoring.
- MutationEnabled bool
- Enable or disable mutation in policy controller. If true, mutation CRDs, webhook and controller deployment will be deployed to the cluster.
- ReferentialRules boolEnabled 
- Enables the ability to use Constraint Templates that reference to objects other than the object currently being evaluated.
- TemplateLibrary boolInstalled 
- Installs the default template library along with Policy Controller.
- UpdateTime string
- Last time this membership spec was updated.
- auditInterval 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.
- exemptableNamespaces List<String>
- The set of namespaces that are excluded from Policy Controller checks. Namespaces do not need to currently exist on the cluster.
- logDenies BooleanEnabled 
- Logs all denies and dry run failures.
- monitoring
ConfigManagement Policy Controller Monitoring Response 
- Monitoring specifies the configuration of monitoring.
- mutationEnabled Boolean
- Enable or disable mutation in policy controller. If true, mutation CRDs, webhook and controller deployment will be deployed to the cluster.
- referentialRules BooleanEnabled 
- Enables the ability to use Constraint Templates that reference to objects other than the object currently being evaluated.
- templateLibrary BooleanInstalled 
- Installs the default template library along with Policy Controller.
- updateTime String
- Last time this membership spec was updated.
- auditInterval 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.
- exemptableNamespaces string[]
- The set of namespaces that are excluded from Policy Controller checks. Namespaces do not need to currently exist on the cluster.
- logDenies booleanEnabled 
- Logs all denies and dry run failures.
- monitoring
ConfigManagement Policy Controller Monitoring Response 
- Monitoring specifies the configuration of monitoring.
- mutationEnabled boolean
- Enable or disable mutation in policy controller. If true, mutation CRDs, webhook and controller deployment will be deployed to the cluster.
- referentialRules booleanEnabled 
- Enables the ability to use Constraint Templates that reference to objects other than the object currently being evaluated.
- templateLibrary booleanInstalled 
- Installs the default template library along with Policy Controller.
- updateTime 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
ConfigManagement 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.
- auditInterval 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.
- exemptableNamespaces List<String>
- The set of namespaces that are excluded from Policy Controller checks. Namespaces do not need to currently exist on the cluster.
- logDenies BooleanEnabled 
- Logs all denies and dry run failures.
- monitoring Property Map
- Monitoring specifies the configuration of monitoring.
- mutationEnabled Boolean
- Enable or disable mutation in policy controller. If true, mutation CRDs, webhook and controller deployment will be deployed to the cluster.
- referentialRules BooleanEnabled 
- Enables the ability to use Constraint Templates that reference to objects other than the object currently being evaluated.
- templateLibrary BooleanInstalled 
- Installs the default template library along with Policy Controller.
- updateTime 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.
- UpdateTime 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.
- UpdateTime 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.
- updateTime 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.
- updateTime 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.
- updateTime 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    
- LoggingConfig Pulumi.Google Native. GKEHub. V1Beta. 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.
- LoggingConfig 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.
- loggingConfig 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.
- loggingConfig 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.
- loggingConfig 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. V1Beta. Inputs. Fleet Observability Fleet Observability Logging State Response 
- The feature state of default logging.
- Monitoring
Pulumi.Google Native. GKEHub. V1Beta. Inputs. Fleet Observability Fleet Observability Monitoring State Response 
- The feature state of fleet monitoring.
- Logging
FleetObservability Fleet Observability Logging State Response 
- The feature state of default logging.
- Monitoring
FleetObservability Fleet Observability Monitoring State Response 
- The feature state of fleet monitoring.
- logging
FleetObservability Fleet Observability Logging State Response 
- The feature state of default logging.
- monitoring
FleetObservability Fleet Observability Monitoring State Response 
- The feature state of fleet monitoring.
- logging
FleetObservability Fleet Observability Logging State Response 
- The feature state of default logging.
- monitoring
FleetObservability Fleet Observability Monitoring State Response 
- The feature state of fleet monitoring.
- logging
FleetObservability Fleet Observability Logging State Response 
- The feature state of default logging.
- monitoring
FleetObservability 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. V1Beta. 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
[]FleetObservability 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<FleetObservability 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
FleetObservability 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[FleetObservability 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      
- DefaultLog Pulumi.Google Native. GKEHub. V1Beta. Inputs. Fleet Observability Fleet Observability Base Feature State Response 
- The base feature state of fleet default log.
- ScopeLog Pulumi.Google Native. GKEHub. V1Beta. Inputs. Fleet Observability Fleet Observability Base Feature State Response 
- The base feature state of fleet scope log.
- DefaultLog FleetObservability Fleet Observability Base Feature State Response 
- The base feature state of fleet default log.
- ScopeLog FleetObservability Fleet Observability Base Feature State Response 
- The base feature state of fleet scope log.
- defaultLog FleetObservability Fleet Observability Base Feature State Response 
- The base feature state of fleet default log.
- scopeLog FleetObservability Fleet Observability Base Feature State Response 
- The base feature state of fleet scope log.
- defaultLog FleetObservability Fleet Observability Base Feature State Response 
- The base feature state of fleet default log.
- scopeLog 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.
- defaultLog Property Map
- The base feature state of fleet default log.
- scopeLog Property Map
- The base feature state of fleet scope log.
FleetObservabilityFleetObservabilityMonitoringStateResponse      
- State
Pulumi.Google Native. GKEHub. V1Beta. Inputs. Fleet Observability Fleet Observability Base Feature State Response 
- The base feature state of fleet monitoring feature.
- State
FleetObservability Fleet Observability Base Feature State Response 
- The base feature state of fleet monitoring feature.
- state
FleetObservability Fleet Observability Base Feature State Response 
- The base feature state of fleet monitoring feature.
- state
FleetObservability Fleet Observability Base Feature State Response 
- The base feature state of fleet monitoring feature.
- state
FleetObservability 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    
- DefaultConfig Pulumi.Google Native. GKEHub. V1Beta. Inputs. Fleet Observability Routing Config Response 
- Specified if applying the default routing config to logs not specified in other configs.
- FleetScope Pulumi.Logs Config Google Native. GKEHub. V1Beta. Inputs. Fleet Observability Routing Config Response 
- Specified if applying the routing config to all logs for all fleet scopes.
- DefaultConfig FleetObservability Routing Config Response 
- Specified if applying the default routing config to logs not specified in other configs.
- FleetScope FleetLogs Config Observability Routing Config Response 
- Specified if applying the routing config to all logs for all fleet scopes.
- defaultConfig FleetObservability Routing Config Response 
- Specified if applying the default routing config to logs not specified in other configs.
- fleetScope FleetLogs Config Observability Routing Config Response 
- Specified if applying the routing config to all logs for all fleet scopes.
- defaultConfig FleetObservability Routing Config Response 
- Specified if applying the default routing config to logs not specified in other configs.
- fleetScope 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.
- defaultConfig Property Map
- Specified if applying the default routing config to logs not specified in other configs.
- fleetScope 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    
- AzureadConfig Pulumi.Google Native. GKEHub. V1Beta. Inputs. Identity Service Azure ADConfig Response 
- AzureAD specific Configuration.
- GoogleConfig Pulumi.Google Native. GKEHub. V1Beta. Inputs. Identity Service Google Config Response 
- GoogleConfig specific configuration.
- Name string
- Identifier for auth config.
- OidcConfig Pulumi.Google Native. GKEHub. V1Beta. Inputs. Identity Service Oidc Config Response 
- OIDC specific configuration.
- Proxy string
- Proxy server address to use for auth method.
- AzureadConfig IdentityService Azure ADConfig Response 
- AzureAD specific Configuration.
- GoogleConfig IdentityService Google Config Response 
- GoogleConfig specific configuration.
- Name string
- Identifier for auth config.
- OidcConfig IdentityService Oidc Config Response 
- OIDC specific configuration.
- Proxy string
- Proxy server address to use for auth method.
- azureadConfig IdentityService Azure ADConfig Response 
- AzureAD specific Configuration.
- googleConfig IdentityService Google Config Response 
- GoogleConfig specific configuration.
- name String
- Identifier for auth config.
- oidcConfig IdentityService Oidc Config Response 
- OIDC specific configuration.
- proxy String
- Proxy server address to use for auth method.
- azureadConfig IdentityService Azure ADConfig Response 
- AzureAD specific Configuration.
- googleConfig IdentityService Google Config Response 
- GoogleConfig specific configuration.
- name string
- Identifier for auth config.
- oidcConfig 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.
- azureadConfig Property Map
- AzureAD specific Configuration.
- googleConfig Property Map
- GoogleConfig specific configuration.
- name String
- Identifier for auth config.
- oidcConfig Property Map
- OIDC specific configuration.
- proxy String
- Proxy server address to use for auth method.
IdentityServiceAzureADConfigResponse    
- ClientId string
- ID for the registered client application that makes authentication requests to the Azure AD identity provider.
- ClientSecret string
- Input only. Unencrypted AzureAD client secret will be passed to the GKE Hub CLH.
- EncryptedClient stringSecret 
- Encrypted AzureAD client secret.
- KubectlRedirect 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.
- ClientId string
- ID for the registered client application that makes authentication requests to the Azure AD identity provider.
- ClientSecret string
- Input only. Unencrypted AzureAD client secret will be passed to the GKE Hub CLH.
- EncryptedClient stringSecret 
- Encrypted AzureAD client secret.
- KubectlRedirect 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.
- clientId String
- ID for the registered client application that makes authentication requests to the Azure AD identity provider.
- clientSecret String
- Input only. Unencrypted AzureAD client secret will be passed to the GKE Hub CLH.
- encryptedClient StringSecret 
- Encrypted AzureAD client secret.
- kubectlRedirect 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.
- clientId string
- ID for the registered client application that makes authentication requests to the Azure AD identity provider.
- clientSecret string
- Input only. Unencrypted AzureAD client secret will be passed to the GKE Hub CLH.
- encryptedClient stringSecret 
- Encrypted AzureAD client secret.
- kubectlRedirect 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.
- clientId String
- ID for the registered client application that makes authentication requests to the Azure AD identity provider.
- clientSecret String
- Input only. Unencrypted AzureAD client secret will be passed to the GKE Hub CLH.
- encryptedClient StringSecret 
- Encrypted AzureAD client secret.
- kubectlRedirect 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    
- AuthMethods List<Pulumi.Google Native. GKEHub. V1Beta. Inputs. Identity Service Auth Method Response> 
- A member may support multiple auth methods.
- AuthMethods []IdentityService Auth Method Response 
- A member may support multiple auth methods.
- authMethods List<IdentityService Auth Method Response> 
- A member may support multiple auth methods.
- authMethods 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.
- authMethods List<Property Map>
- A member may support multiple auth methods.
IdentityServiceOidcConfigResponse    
- string
- PEM-encoded CA for OIDC provider.
- ClientId string
- ID for OIDC client application.
- ClientSecret string
- Input only. Unencrypted OIDC client secret will be passed to the GKE Hub CLH.
- DeployCloud 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.
- EnableAccess boolToken 
- Enable access token.
- EncryptedClient stringSecret 
- Encrypted OIDC Client secret
- ExtraParams string
- Comma-separated list of key-value pairs.
- GroupPrefix string
- Prefix to prepend to group name.
- GroupsClaim string
- Claim in OIDC ID token that holds group information.
- IssuerUri string
- URI for the OIDC provider. This should point to the level below .well-known/openid-configuration.
- KubectlRedirect stringUri 
- Registered redirect uri to redirect users going through OAuth flow using kubectl plugin.
- Scopes string
- Comma-separated list of identifiers.
- UserClaim string
- Claim in OIDC ID token that holds username.
- UserPrefix string
- Prefix to prepend to user name.
- string
- PEM-encoded CA for OIDC provider.
- ClientId string
- ID for OIDC client application.
- ClientSecret string
- Input only. Unencrypted OIDC client secret will be passed to the GKE Hub CLH.
- DeployCloud 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.
- EnableAccess boolToken 
- Enable access token.
- EncryptedClient stringSecret 
- Encrypted OIDC Client secret
- ExtraParams string
- Comma-separated list of key-value pairs.
- GroupPrefix string
- Prefix to prepend to group name.
- GroupsClaim string
- Claim in OIDC ID token that holds group information.
- IssuerUri string
- URI for the OIDC provider. This should point to the level below .well-known/openid-configuration.
- KubectlRedirect stringUri 
- Registered redirect uri to redirect users going through OAuth flow using kubectl plugin.
- Scopes string
- Comma-separated list of identifiers.
- UserClaim string
- Claim in OIDC ID token that holds username.
- UserPrefix string
- Prefix to prepend to user name.
- String
- PEM-encoded CA for OIDC provider.
- clientId String
- ID for OIDC client application.
- clientSecret String
- Input only. Unencrypted OIDC client secret will be passed to the GKE Hub CLH.
- deployCloud 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.
- enableAccess BooleanToken 
- Enable access token.
- encryptedClient StringSecret 
- Encrypted OIDC Client secret
- extraParams String
- Comma-separated list of key-value pairs.
- groupPrefix String
- Prefix to prepend to group name.
- groupsClaim String
- Claim in OIDC ID token that holds group information.
- issuerUri String
- URI for the OIDC provider. This should point to the level below .well-known/openid-configuration.
- kubectlRedirect StringUri 
- Registered redirect uri to redirect users going through OAuth flow using kubectl plugin.
- scopes String
- Comma-separated list of identifiers.
- userClaim String
- Claim in OIDC ID token that holds username.
- userPrefix String
- Prefix to prepend to user name.
- string
- PEM-encoded CA for OIDC provider.
- clientId string
- ID for OIDC client application.
- clientSecret string
- Input only. Unencrypted OIDC client secret will be passed to the GKE Hub CLH.
- deployCloud 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.
- enableAccess booleanToken 
- Enable access token.
- encryptedClient stringSecret 
- Encrypted OIDC Client secret
- extraParams string
- Comma-separated list of key-value pairs.
- groupPrefix string
- Prefix to prepend to group name.
- groupsClaim string
- Claim in OIDC ID token that holds group information.
- issuerUri string
- URI for the OIDC provider. This should point to the level below .well-known/openid-configuration.
- kubectlRedirect stringUri 
- Registered redirect uri to redirect users going through OAuth flow using kubectl plugin.
- scopes string
- Comma-separated list of identifiers.
- userClaim string
- Claim in OIDC ID token that holds username.
- userPrefix 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.
- clientId String
- ID for OIDC client application.
- clientSecret String
- Input only. Unencrypted OIDC client secret will be passed to the GKE Hub CLH.
- deployCloud 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.
- enableAccess BooleanToken 
- Enable access token.
- encryptedClient StringSecret 
- Encrypted OIDC Client secret
- extraParams String
- Comma-separated list of key-value pairs.
- groupPrefix String
- Prefix to prepend to group name.
- groupsClaim String
- Claim in OIDC ID token that holds group information.
- issuerUri String
- URI for the OIDC provider. This should point to the level below .well-known/openid-configuration.
- kubectlRedirect StringUri 
- Registered redirect uri to redirect users going through OAuth flow using kubectl plugin.
- scopes String
- Comma-separated list of identifiers.
- userClaim String
- Claim in OIDC ID token that holds username.
- userPrefix String
- Prefix to prepend to user name.
MultiClusterIngressFeatureSpecResponse     
- Billing string
- Deprecated: This field will be ignored and should not be set. Customer's billing structure.
- ConfigMembership string
- Fully-qualified Membership name which hosts the MultiClusterIngress CRD. Example: projects/foo-proj/locations/global/memberships/bar
- Billing string
- Deprecated: This field will be ignored and should not be set. Customer's billing structure.
- ConfigMembership string
- Fully-qualified Membership name which hosts the MultiClusterIngress CRD. Example: projects/foo-proj/locations/global/memberships/bar
- billing String
- Deprecated: This field will be ignored and should not be set. Customer's billing structure.
- configMembership String
- Fully-qualified Membership name which hosts the MultiClusterIngress CRD. Example: projects/foo-proj/locations/global/memberships/bar
- billing string
- Deprecated: This field will be ignored and should not be set. Customer's billing structure.
- configMembership string
- Fully-qualified Membership name which hosts the MultiClusterIngress CRD. Example: projects/foo-proj/locations/global/memberships/bar
- billing str
- Deprecated: This field will be ignored and should not be set. Customer's billing structure.
- config_membership str
- Fully-qualified Membership name which hosts the MultiClusterIngress CRD. Example: projects/foo-proj/locations/global/memberships/bar
- billing String
- Deprecated: This field will be ignored and should not be set. Customer's billing structure.
- configMembership String
- Fully-qualified Membership name which hosts the MultiClusterIngress CRD. Example: projects/foo-proj/locations/global/memberships/bar
PolicyControllerHubConfigResponse    
- AuditInterval stringSeconds 
- Sets the interval for Policy Controller Audit Scans (in seconds). When set to 0, this disables audit functionality altogether.
- ConstraintViolation stringLimit 
- The maximum number of audit violations to be stored in a constraint. If not set, the internal default (currently 20) will be used.
- DeploymentConfigs Dictionary<string, string>
- Map of deployment configs to deployments ("admission", "audit", "mutation').
- ExemptableNamespaces List<string>
- The set of namespaces that are excluded from Policy Controller checks. Namespaces do not need to currently exist on the cluster.
- InstallSpec 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.
- LogDenies boolEnabled 
- Logs all denies and dry run failures.
- Monitoring
Pulumi.Google Native. GKEHub. V1Beta. Inputs. Policy Controller Monitoring Config Response 
- Monitoring specifies the configuration of monitoring.
- MutationEnabled bool
- Enables the ability to mutate resources using Policy Controller.
- PolicyContent Pulumi.Google Native. GKEHub. V1Beta. Inputs. Policy Controller Policy Content Spec Response 
- Specifies the desired policy content on the cluster
- ReferentialRules boolEnabled 
- Enables the ability to use Constraint Templates that reference to objects other than the object currently being evaluated.
- AuditInterval stringSeconds 
- Sets the interval for Policy Controller Audit Scans (in seconds). When set to 0, this disables audit functionality altogether.
- ConstraintViolation stringLimit 
- The maximum number of audit violations to be stored in a constraint. If not set, the internal default (currently 20) will be used.
- DeploymentConfigs map[string]string
- Map of deployment configs to deployments ("admission", "audit", "mutation').
- ExemptableNamespaces []string
- The set of namespaces that are excluded from Policy Controller checks. Namespaces do not need to currently exist on the cluster.
- InstallSpec 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.
- LogDenies boolEnabled 
- Logs all denies and dry run failures.
- Monitoring
PolicyController Monitoring Config Response 
- Monitoring specifies the configuration of monitoring.
- MutationEnabled bool
- Enables the ability to mutate resources using Policy Controller.
- PolicyContent PolicyController Policy Content Spec Response 
- Specifies the desired policy content on the cluster
- ReferentialRules boolEnabled 
- Enables the ability to use Constraint Templates that reference to objects other than the object currently being evaluated.
- auditInterval StringSeconds 
- Sets the interval for Policy Controller Audit Scans (in seconds). When set to 0, this disables audit functionality altogether.
- constraintViolation StringLimit 
- The maximum number of audit violations to be stored in a constraint. If not set, the internal default (currently 20) will be used.
- deploymentConfigs Map<String,String>
- Map of deployment configs to deployments ("admission", "audit", "mutation').
- exemptableNamespaces List<String>
- The set of namespaces that are excluded from Policy Controller checks. Namespaces do not need to currently exist on the cluster.
- installSpec 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.
- logDenies BooleanEnabled 
- Logs all denies and dry run failures.
- monitoring
PolicyController Monitoring Config Response 
- Monitoring specifies the configuration of monitoring.
- mutationEnabled Boolean
- Enables the ability to mutate resources using Policy Controller.
- policyContent PolicyController Policy Content Spec Response 
- Specifies the desired policy content on the cluster
- referentialRules BooleanEnabled 
- Enables the ability to use Constraint Templates that reference to objects other than the object currently being evaluated.
- auditInterval stringSeconds 
- Sets the interval for Policy Controller Audit Scans (in seconds). When set to 0, this disables audit functionality altogether.
- constraintViolation stringLimit 
- The maximum number of audit violations to be stored in a constraint. If not set, the internal default (currently 20) will be used.
- deploymentConfigs {[key: string]: string}
- Map of deployment configs to deployments ("admission", "audit", "mutation').
- exemptableNamespaces string[]
- The set of namespaces that are excluded from Policy Controller checks. Namespaces do not need to currently exist on the cluster.
- installSpec 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.
- logDenies booleanEnabled 
- Logs all denies and dry run failures.
- monitoring
PolicyController Monitoring Config Response 
- Monitoring specifies the configuration of monitoring.
- mutationEnabled boolean
- Enables the ability to mutate resources using Policy Controller.
- policyContent PolicyController Policy Content Spec Response 
- Specifies the desired policy content on the cluster
- referentialRules 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
PolicyController 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.
- auditInterval StringSeconds 
- Sets the interval for Policy Controller Audit Scans (in seconds). When set to 0, this disables audit functionality altogether.
- constraintViolation StringLimit 
- The maximum number of audit violations to be stored in a constraint. If not set, the internal default (currently 20) will be used.
- deploymentConfigs Map<String>
- Map of deployment configs to deployments ("admission", "audit", "mutation').
- exemptableNamespaces List<String>
- The set of namespaces that are excluded from Policy Controller checks. Namespaces do not need to currently exist on the cluster.
- installSpec 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.
- logDenies BooleanEnabled 
- Logs all denies and dry run failures.
- monitoring Property Map
- Monitoring specifies the configuration of monitoring.
- mutationEnabled Boolean
- Enables the ability to mutate resources using Policy Controller.
- policyContent Property Map
- Specifies the desired policy content on the cluster
- referentialRules BooleanEnabled 
- Enables the ability to use Constraint Templates that reference to objects other than the object currently being evaluated.
PolicyControllerMembershipSpecResponse    
- PolicyController Pulumi.Hub Config Google Native. GKEHub. V1Beta. Inputs. Policy Controller Hub Config Response 
- Policy Controller configuration for the cluster.
- Version string
- Version of Policy Controller installed.
- PolicyController PolicyHub Config Controller Hub Config Response 
- Policy Controller configuration for the cluster.
- Version string
- Version of Policy Controller installed.
- policyController PolicyHub Config Controller Hub Config Response 
- Policy Controller configuration for the cluster.
- version String
- Version of Policy Controller installed.
- policyController 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.
- policyController 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 bundleNamekey in thepolicycontroller.gke.io/constraintDataannotation on a constraint.
- TemplateLibrary Pulumi.Google Native. GKEHub. V1Beta. 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 bundleNamekey in thepolicycontroller.gke.io/constraintDataannotation on a constraint.
- TemplateLibrary 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 bundleNamekey in thepolicycontroller.gke.io/constraintDataannotation on a constraint.
- templateLibrary 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 bundleNamekey in thepolicycontroller.gke.io/constraintDataannotation on a constraint.
- templateLibrary 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 bundleNamekey in thepolicycontroller.gke.io/constraintDataannotation 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 bundleNamekey in thepolicycontroller.gke.io/constraintDataannotation on a constraint.
- templateLibrary 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    
- ControlPlane string
- Deprecated: use managementinstead Enables automatic control plane management.
- Management string
- Enables automatic Service Mesh management.
- ControlPlane string
- Deprecated: use managementinstead Enables automatic control plane management.
- Management string
- Enables automatic Service Mesh management.
- controlPlane String
- Deprecated: use managementinstead Enables automatic control plane management.
- management String
- Enables automatic Service Mesh management.
- controlPlane string
- Deprecated: use managementinstead Enables automatic control plane management.
- management string
- Enables automatic Service Mesh management.
- control_plane str
- Deprecated: use managementinstead Enables automatic control plane management.
- management str
- Enables automatic Service Mesh management.
- controlPlane String
- Deprecated: use managementinstead 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