public interface MembershipStateOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getBinauthzState()
public abstract BinauthzState getBinauthzState()Binauthz status
.google.cloud.gkehub.configmanagement.v1alpha.BinauthzState binauthz_state = 6;
| Returns | |
|---|---|
| Type | Description |
BinauthzState |
The binauthzState. |
getBinauthzStateOrBuilder()
public abstract BinauthzStateOrBuilder getBinauthzStateOrBuilder()Binauthz status
.google.cloud.gkehub.configmanagement.v1alpha.BinauthzState binauthz_state = 6;
| Returns | |
|---|---|
| Type | Description |
BinauthzStateOrBuilder |
|
getClusterName()
public abstract 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 | |
|---|---|
| Type | Description |
String |
The clusterName. |
getClusterNameBytes()
public abstract 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 | |
|---|---|
| Type | Description |
ByteString |
The bytes for clusterName. |
getConfigSyncState()
public abstract ConfigSyncState getConfigSyncState()Current sync status
.google.cloud.gkehub.configmanagement.v1alpha.ConfigSyncState config_sync_state = 4;
| Returns | |
|---|---|
| Type | Description |
ConfigSyncState |
The configSyncState. |
getConfigSyncStateOrBuilder()
public abstract ConfigSyncStateOrBuilder getConfigSyncStateOrBuilder()Current sync status
.google.cloud.gkehub.configmanagement.v1alpha.ConfigSyncState config_sync_state = 4;
| Returns | |
|---|---|
| Type | Description |
ConfigSyncStateOrBuilder |
|
getHierarchyControllerState()
public abstract HierarchyControllerState getHierarchyControllerState()Hierarchy Controller status
.google.cloud.gkehub.configmanagement.v1alpha.HierarchyControllerState hierarchy_controller_state = 7;
| Returns | |
|---|---|
| Type | Description |
HierarchyControllerState |
The hierarchyControllerState. |
getHierarchyControllerStateOrBuilder()
public abstract HierarchyControllerStateOrBuilder getHierarchyControllerStateOrBuilder()Hierarchy Controller status
.google.cloud.gkehub.configmanagement.v1alpha.HierarchyControllerState hierarchy_controller_state = 7;
| Returns | |
|---|---|
| Type | Description |
HierarchyControllerStateOrBuilder |
|
getMembershipSpec()
public abstract 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;
| Returns | |
|---|---|
| Type | Description |
MembershipSpec |
The membershipSpec. |
getMembershipSpecOrBuilder()
public abstract 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;
| Returns | |
|---|---|
| Type | Description |
MembershipSpecOrBuilder |
|
getOperatorState()
public abstract OperatorState getOperatorState()Current install status of ACM's Operator
.google.cloud.gkehub.configmanagement.v1alpha.OperatorState operator_state = 3;
| Returns | |
|---|---|
| Type | Description |
OperatorState |
The operatorState. |
getOperatorStateOrBuilder()
public abstract OperatorStateOrBuilder getOperatorStateOrBuilder()Current install status of ACM's Operator
.google.cloud.gkehub.configmanagement.v1alpha.OperatorState operator_state = 3;
| Returns | |
|---|---|
| Type | Description |
OperatorStateOrBuilder |
|
getPolicyControllerState()
public abstract PolicyControllerState getPolicyControllerState()PolicyController status
.google.cloud.gkehub.configmanagement.v1alpha.PolicyControllerState policy_controller_state = 5;
| Returns | |
|---|---|
| Type | Description |
PolicyControllerState |
The policyControllerState. |
getPolicyControllerStateOrBuilder()
public abstract PolicyControllerStateOrBuilder getPolicyControllerStateOrBuilder()PolicyController status
.google.cloud.gkehub.configmanagement.v1alpha.PolicyControllerState policy_controller_state = 5;
| Returns | |
|---|---|
| Type | Description |
PolicyControllerStateOrBuilder |
|
hasBinauthzState()
public abstract boolean hasBinauthzState()Binauthz status
.google.cloud.gkehub.configmanagement.v1alpha.BinauthzState binauthz_state = 6;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the binauthzState field is set. |
hasConfigSyncState()
public abstract boolean hasConfigSyncState()Current sync status
.google.cloud.gkehub.configmanagement.v1alpha.ConfigSyncState config_sync_state = 4;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the configSyncState field is set. |
hasHierarchyControllerState()
public abstract boolean hasHierarchyControllerState()Hierarchy Controller status
.google.cloud.gkehub.configmanagement.v1alpha.HierarchyControllerState hierarchy_controller_state = 7;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the hierarchyControllerState field is set. |
hasMembershipSpec()
public abstract 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;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the membershipSpec field is set. |
hasOperatorState()
public abstract boolean hasOperatorState()Current install status of ACM's Operator
.google.cloud.gkehub.configmanagement.v1alpha.OperatorState operator_state = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the operatorState field is set. |
hasPolicyControllerState()
public abstract boolean hasPolicyControllerState()PolicyController status
.google.cloud.gkehub.configmanagement.v1alpha.PolicyControllerState policy_controller_state = 5;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the policyControllerState field is set. |