public interface MembershipStateOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
BinauthzState |
getBinauthzState()
Binauthz status
|
BinauthzStateOrBuilder |
getBinauthzStateOrBuilder()
Binauthz status
|
String |
getClusterName()
The user-defined name for the cluster used by ClusterSelectors to group
clusters together.
|
com.google.protobuf.ByteString |
getClusterNameBytes()
The user-defined name for the cluster used by ClusterSelectors to group
clusters together.
|
ConfigSyncState |
getConfigSyncState()
Current sync status
|
ConfigSyncStateOrBuilder |
getConfigSyncStateOrBuilder()
Current sync status
|
HierarchyControllerState |
getHierarchyControllerState()
Hierarchy Controller status
|
HierarchyControllerStateOrBuilder |
getHierarchyControllerStateOrBuilder()
Hierarchy Controller status
|
MembershipSpec |
getMembershipSpec()
Membership configuration in the cluster.
|
MembershipSpecOrBuilder |
getMembershipSpecOrBuilder()
Membership configuration in the cluster.
|
OperatorState |
getOperatorState()
Current install status of ACM's Operator
|
OperatorStateOrBuilder |
getOperatorStateOrBuilder()
Current install status of ACM's Operator
|
PolicyControllerState |
getPolicyControllerState()
PolicyController status
|
PolicyControllerStateOrBuilder |
getPolicyControllerStateOrBuilder()
PolicyController status
|
boolean |
hasBinauthzState()
Binauthz status
|
boolean |
hasConfigSyncState()
Current sync status
|
boolean |
hasHierarchyControllerState()
Hierarchy Controller status
|
boolean |
hasMembershipSpec()
Membership configuration in the cluster.
|
boolean |
hasOperatorState()
Current install status of ACM's Operator
|
boolean |
hasPolicyControllerState()
PolicyController status
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getClusterName()
The user-defined name for the cluster used by ClusterSelectors to group clusters together. This should match Membership's membership_name, unless the user installed ACM on the cluster manually prior to enabling the ACM hub feature. Unique within a Anthos Config Management installation.
string cluster_name = 1;com.google.protobuf.ByteString getClusterNameBytes()
The user-defined name for the cluster used by ClusterSelectors to group clusters together. This should match Membership's membership_name, unless the user installed ACM on the cluster manually prior to enabling the ACM hub feature. Unique within a Anthos Config Management installation.
string cluster_name = 1;boolean hasMembershipSpec()
Membership configuration in the cluster. This represents the actual state in the cluster, while the MembershipSpec in the FeatureSpec represents the intended state
.google.cloud.gkehub.configmanagement.v1alpha.MembershipSpec membership_spec = 2;MembershipSpec getMembershipSpec()
Membership configuration in the cluster. This represents the actual state in the cluster, while the MembershipSpec in the FeatureSpec represents the intended state
.google.cloud.gkehub.configmanagement.v1alpha.MembershipSpec membership_spec = 2;MembershipSpecOrBuilder getMembershipSpecOrBuilder()
Membership configuration in the cluster. This represents the actual state in the cluster, while the MembershipSpec in the FeatureSpec represents the intended state
.google.cloud.gkehub.configmanagement.v1alpha.MembershipSpec membership_spec = 2;boolean hasOperatorState()
Current install status of ACM's Operator
.google.cloud.gkehub.configmanagement.v1alpha.OperatorState operator_state = 3;OperatorState getOperatorState()
Current install status of ACM's Operator
.google.cloud.gkehub.configmanagement.v1alpha.OperatorState operator_state = 3;OperatorStateOrBuilder getOperatorStateOrBuilder()
Current install status of ACM's Operator
.google.cloud.gkehub.configmanagement.v1alpha.OperatorState operator_state = 3;boolean hasConfigSyncState()
Current sync status
.google.cloud.gkehub.configmanagement.v1alpha.ConfigSyncState config_sync_state = 4;
ConfigSyncState getConfigSyncState()
Current sync status
.google.cloud.gkehub.configmanagement.v1alpha.ConfigSyncState config_sync_state = 4;
ConfigSyncStateOrBuilder getConfigSyncStateOrBuilder()
Current sync status
.google.cloud.gkehub.configmanagement.v1alpha.ConfigSyncState config_sync_state = 4;
boolean hasPolicyControllerState()
PolicyController status
.google.cloud.gkehub.configmanagement.v1alpha.PolicyControllerState policy_controller_state = 5;
PolicyControllerState getPolicyControllerState()
PolicyController status
.google.cloud.gkehub.configmanagement.v1alpha.PolicyControllerState policy_controller_state = 5;
PolicyControllerStateOrBuilder getPolicyControllerStateOrBuilder()
PolicyController status
.google.cloud.gkehub.configmanagement.v1alpha.PolicyControllerState policy_controller_state = 5;
boolean hasBinauthzState()
Binauthz status
.google.cloud.gkehub.configmanagement.v1alpha.BinauthzState binauthz_state = 6;BinauthzState getBinauthzState()
Binauthz status
.google.cloud.gkehub.configmanagement.v1alpha.BinauthzState binauthz_state = 6;BinauthzStateOrBuilder getBinauthzStateOrBuilder()
Binauthz status
.google.cloud.gkehub.configmanagement.v1alpha.BinauthzState binauthz_state = 6;boolean hasHierarchyControllerState()
Hierarchy Controller status
.google.cloud.gkehub.configmanagement.v1alpha.HierarchyControllerState hierarchy_controller_state = 7;
HierarchyControllerState getHierarchyControllerState()
Hierarchy Controller status
.google.cloud.gkehub.configmanagement.v1alpha.HierarchyControllerState hierarchy_controller_state = 7;
HierarchyControllerStateOrBuilder getHierarchyControllerStateOrBuilder()
Hierarchy Controller status
.google.cloud.gkehub.configmanagement.v1alpha.HierarchyControllerState hierarchy_controller_state = 7;
Copyright © 2024 Google LLC. All rights reserved.