Interface Generated.PodTemplateSpecOrBuilder

    • Method Detail

      • 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;
        Returns:
        Whether the metadata field is set.
      • getMetadata

        Generated.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;
        Returns:
        The metadata.
      • getMetadataOrBuilder

        Generated.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 pod.
         More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
         +optional
         
        optional .k8s.io.api.core.v1.PodSpec spec = 2;
        Returns:
        Whether the spec field is set.
      • getSpec

        Generated.PodSpec getSpec()
         Specification of the desired behavior of the pod.
         More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
         +optional
         
        optional .k8s.io.api.core.v1.PodSpec spec = 2;
        Returns:
        The spec.
      • getSpecOrBuilder

        Generated.PodSpecOrBuilder getSpecOrBuilder()
         Specification of the desired behavior of the pod.
         More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
         +optional
         
        optional .k8s.io.api.core.v1.PodSpec spec = 2;