public interface PolicyControllerStateOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDeploymentState()
public abstract GatekeeperDeploymentState getDeploymentState()The state about the policy controller installation.
.google.cloud.gkehub.configmanagement.v1beta.GatekeeperDeploymentState deployment_state = 2;
| Returns | |
|---|---|
| Type | Description |
GatekeeperDeploymentState |
The deploymentState. |
getDeploymentStateOrBuilder()
public abstract GatekeeperDeploymentStateOrBuilder getDeploymentStateOrBuilder()The state about the policy controller installation.
.google.cloud.gkehub.configmanagement.v1beta.GatekeeperDeploymentState deployment_state = 2;
| Returns | |
|---|---|
| Type | Description |
GatekeeperDeploymentStateOrBuilder |
|
getMigration()
public abstract PolicyControllerMigration getMigration()Record state of ACM -> PoCo Hub migration for this feature.
.google.cloud.gkehub.configmanagement.v1beta.PolicyControllerMigration migration = 4;
| Returns | |
|---|---|
| Type | Description |
PolicyControllerMigration |
The migration. |
getMigrationOrBuilder()
public abstract PolicyControllerMigrationOrBuilder getMigrationOrBuilder()Record state of ACM -> PoCo Hub migration for this feature.
.google.cloud.gkehub.configmanagement.v1beta.PolicyControllerMigration migration = 4;
| Returns | |
|---|---|
| Type | Description |
PolicyControllerMigrationOrBuilder |
|
getVersion()
public abstract PolicyControllerVersion getVersion()The version of Gatekeeper Policy Controller deployed.
.google.cloud.gkehub.configmanagement.v1beta.PolicyControllerVersion version = 1;
| Returns | |
|---|---|
| Type | Description |
PolicyControllerVersion |
The version. |
getVersionOrBuilder()
public abstract PolicyControllerVersionOrBuilder getVersionOrBuilder()The version of Gatekeeper Policy Controller deployed.
.google.cloud.gkehub.configmanagement.v1beta.PolicyControllerVersion version = 1;
| Returns | |
|---|---|
| Type | Description |
PolicyControllerVersionOrBuilder |
|
hasDeploymentState()
public abstract boolean hasDeploymentState()The state about the policy controller installation.
.google.cloud.gkehub.configmanagement.v1beta.GatekeeperDeploymentState deployment_state = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the deploymentState field is set. |
hasMigration()
public abstract boolean hasMigration()Record state of ACM -> PoCo Hub migration for this feature.
.google.cloud.gkehub.configmanagement.v1beta.PolicyControllerMigration migration = 4;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the migration field is set. |
hasVersion()
public abstract boolean hasVersion()The version of Gatekeeper Policy Controller deployed.
.google.cloud.gkehub.configmanagement.v1beta.PolicyControllerVersion version = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the version field is set. |