Interface V1Apps.DeploymentOrBuilder

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

public static interface V1Apps.DeploymentOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasMetadata

      boolean hasMetadata()
       Standard object's metadata.
       More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
       +optional
       
      optional .k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1;
    • getMetadata

      Meta.ObjectMeta getMetadata()
       Standard object's metadata.
       More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
       +optional
       
      optional .k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1;
    • getMetadataOrBuilder

      Meta.ObjectMetaOrBuilder getMetadataOrBuilder()
       Standard object's metadata.
       More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
       +optional
       
      optional .k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1;
    • hasSpec

      boolean hasSpec()
       Specification of the desired behavior of the Deployment.
       +optional
       
      optional .k8s.io.api.apps.v1.DeploymentSpec spec = 2;
    • getSpec

       Specification of the desired behavior of the Deployment.
       +optional
       
      optional .k8s.io.api.apps.v1.DeploymentSpec spec = 2;
    • getSpecOrBuilder

      V1Apps.DeploymentSpecOrBuilder getSpecOrBuilder()
       Specification of the desired behavior of the Deployment.
       +optional
       
      optional .k8s.io.api.apps.v1.DeploymentSpec spec = 2;
    • hasStatus

      boolean hasStatus()
       Most recently observed status of the Deployment.
       +optional
       
      optional .k8s.io.api.apps.v1.DeploymentStatus status = 3;
    • getStatus

       Most recently observed status of the Deployment.
       +optional
       
      optional .k8s.io.api.apps.v1.DeploymentStatus status = 3;
    • getStatusOrBuilder

      V1Apps.DeploymentStatusOrBuilder getStatusOrBuilder()
       Most recently observed status of the Deployment.
       +optional
       
      optional .k8s.io.api.apps.v1.DeploymentStatus status = 3;