Interface V1beta1Extensions.DeploymentStrategyOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
V1beta1Extensions.DeploymentStrategy, V1beta1Extensions.DeploymentStrategy.Builder
Enclosing class:
V1beta1Extensions

public static interface V1beta1Extensions.DeploymentStrategyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasType

      boolean hasType()
       Type of deployment. Can be "Recreate" or "RollingUpdate". Default is RollingUpdate.
       +optional
       
      optional string type = 1;
    • getType

      String getType()
       Type of deployment. Can be "Recreate" or "RollingUpdate". Default is RollingUpdate.
       +optional
       
      optional string type = 1;
    • getTypeBytes

      com.google.protobuf.ByteString getTypeBytes()
       Type of deployment. Can be "Recreate" or "RollingUpdate". Default is RollingUpdate.
       +optional
       
      optional string type = 1;
    • hasRollingUpdate

      boolean hasRollingUpdate()
       Rolling update config params. Present only if DeploymentStrategyType =
       RollingUpdate.
       ---
       TODO: Update this to follow our convention for oneOf, whatever we decide it
       to be.
       +optional
       
      optional .k8s.io.api.extensions.v1beta1.RollingUpdateDeployment rollingUpdate = 2;
    • getRollingUpdate

       Rolling update config params. Present only if DeploymentStrategyType =
       RollingUpdate.
       ---
       TODO: Update this to follow our convention for oneOf, whatever we decide it
       to be.
       +optional
       
      optional .k8s.io.api.extensions.v1beta1.RollingUpdateDeployment rollingUpdate = 2;
    • getRollingUpdateOrBuilder

       Rolling update config params. Present only if DeploymentStrategyType =
       RollingUpdate.
       ---
       TODO: Update this to follow our convention for oneOf, whatever we decide it
       to be.
       +optional
       
      optional .k8s.io.api.extensions.v1beta1.RollingUpdateDeployment rollingUpdate = 2;