Interface MembershipStateOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MembershipState,MembershipState.Builder
public interface MembershipStateOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BinauthzStategetBinauthzState()Binauthz statusBinauthzStateOrBuildergetBinauthzStateOrBuilder()Binauthz statusStringgetClusterName()The user-defined name for the cluster used by ClusterSelectors to group clusters together.com.google.protobuf.ByteStringgetClusterNameBytes()The user-defined name for the cluster used by ClusterSelectors to group clusters together.ConfigSyncStategetConfigSyncState()Current sync statusConfigSyncStateOrBuildergetConfigSyncStateOrBuilder()Current sync statusHierarchyControllerStategetHierarchyControllerState()Hierarchy Controller statusHierarchyControllerStateOrBuildergetHierarchyControllerStateOrBuilder()Hierarchy Controller statusMembershipSpecgetMembershipSpec()Membership configuration in the cluster.MembershipSpecOrBuildergetMembershipSpecOrBuilder()Membership configuration in the cluster.OperatorStategetOperatorState()Current install status of ACM's OperatorOperatorStateOrBuildergetOperatorStateOrBuilder()Current install status of ACM's OperatorPolicyControllerStategetPolicyControllerState()PolicyController statusPolicyControllerStateOrBuildergetPolicyControllerStateOrBuilder()PolicyController statusbooleanhasBinauthzState()Binauthz statusbooleanhasConfigSyncState()Current sync statusbooleanhasHierarchyControllerState()Hierarchy Controller statusbooleanhasMembershipSpec()Membership configuration in the cluster.booleanhasOperatorState()Current install status of ACM's OperatorbooleanhasPolicyControllerState()PolicyController status-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getClusterName
String 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;- Returns:
- The clusterName.
-
getClusterNameBytes
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;- Returns:
- The bytes for clusterName.
-
hasMembershipSpec
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.v1beta.MembershipSpec membership_spec = 2;- Returns:
- Whether the membershipSpec field is set.
-
getMembershipSpec
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.v1beta.MembershipSpec membership_spec = 2;- Returns:
- The membershipSpec.
-
getMembershipSpecOrBuilder
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.v1beta.MembershipSpec membership_spec = 2;
-
hasOperatorState
boolean hasOperatorState()
Current install status of ACM's Operator
.google.cloud.gkehub.configmanagement.v1beta.OperatorState operator_state = 3;- Returns:
- Whether the operatorState field is set.
-
getOperatorState
OperatorState getOperatorState()
Current install status of ACM's Operator
.google.cloud.gkehub.configmanagement.v1beta.OperatorState operator_state = 3;- Returns:
- The operatorState.
-
getOperatorStateOrBuilder
OperatorStateOrBuilder getOperatorStateOrBuilder()
Current install status of ACM's Operator
.google.cloud.gkehub.configmanagement.v1beta.OperatorState operator_state = 3;
-
hasConfigSyncState
boolean hasConfigSyncState()
Current sync status
.google.cloud.gkehub.configmanagement.v1beta.ConfigSyncState config_sync_state = 4;- Returns:
- Whether the configSyncState field is set.
-
getConfigSyncState
ConfigSyncState getConfigSyncState()
Current sync status
.google.cloud.gkehub.configmanagement.v1beta.ConfigSyncState config_sync_state = 4;- Returns:
- The configSyncState.
-
getConfigSyncStateOrBuilder
ConfigSyncStateOrBuilder getConfigSyncStateOrBuilder()
Current sync status
.google.cloud.gkehub.configmanagement.v1beta.ConfigSyncState config_sync_state = 4;
-
hasPolicyControllerState
boolean hasPolicyControllerState()
PolicyController status
.google.cloud.gkehub.configmanagement.v1beta.PolicyControllerState policy_controller_state = 5;- Returns:
- Whether the policyControllerState field is set.
-
getPolicyControllerState
PolicyControllerState getPolicyControllerState()
PolicyController status
.google.cloud.gkehub.configmanagement.v1beta.PolicyControllerState policy_controller_state = 5;- Returns:
- The policyControllerState.
-
getPolicyControllerStateOrBuilder
PolicyControllerStateOrBuilder getPolicyControllerStateOrBuilder()
PolicyController status
.google.cloud.gkehub.configmanagement.v1beta.PolicyControllerState policy_controller_state = 5;
-
hasBinauthzState
boolean hasBinauthzState()
Binauthz status
.google.cloud.gkehub.configmanagement.v1beta.BinauthzState binauthz_state = 6;- Returns:
- Whether the binauthzState field is set.
-
getBinauthzState
BinauthzState getBinauthzState()
Binauthz status
.google.cloud.gkehub.configmanagement.v1beta.BinauthzState binauthz_state = 6;- Returns:
- The binauthzState.
-
getBinauthzStateOrBuilder
BinauthzStateOrBuilder getBinauthzStateOrBuilder()
Binauthz status
.google.cloud.gkehub.configmanagement.v1beta.BinauthzState binauthz_state = 6;
-
hasHierarchyControllerState
boolean hasHierarchyControllerState()
Hierarchy Controller status
.google.cloud.gkehub.configmanagement.v1beta.HierarchyControllerState hierarchy_controller_state = 7;- Returns:
- Whether the hierarchyControllerState field is set.
-
getHierarchyControllerState
HierarchyControllerState getHierarchyControllerState()
Hierarchy Controller status
.google.cloud.gkehub.configmanagement.v1beta.HierarchyControllerState hierarchy_controller_state = 7;- Returns:
- The hierarchyControllerState.
-
getHierarchyControllerStateOrBuilder
HierarchyControllerStateOrBuilder getHierarchyControllerStateOrBuilder()
Hierarchy Controller status
.google.cloud.gkehub.configmanagement.v1beta.HierarchyControllerState hierarchy_controller_state = 7;
-
-