Class V1Networking.Ingress.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderType>
com.google.protobuf.GeneratedMessageV3.Builder<V1Networking.Ingress.Builder>
io.kubernetes.client.proto.V1Networking.Ingress.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, V1Networking.IngressOrBuilder, Cloneable
Enclosing class:
V1Networking.Ingress

public static final class V1Networking.Ingress.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<V1Networking.Ingress.Builder> implements V1Networking.IngressOrBuilder
 Ingress is a collection of rules that allow inbound connections to reach the
 endpoints defined by a backend. An Ingress can be configured to give services
 externally-reachable urls, load balance traffic, terminate SSL, offer name
 based virtual hosting etc.
 
Protobuf type k8s.io.api.networking.v1.Ingress
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<V1Networking.Ingress.Builder>
    • clear

      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessageV3.Builder<V1Networking.Ingress.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<V1Networking.Ingress.Builder>
    • getDefaultInstanceForType

      public V1Networking.Ingress getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
    • build

      public V1Networking.Ingress build()
      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      public V1Networking.Ingress buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • clone

      Specified by:
      clone in interface com.google.protobuf.Message.Builder
      Specified by:
      clone in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clone in class com.google.protobuf.GeneratedMessageV3.Builder<V1Networking.Ingress.Builder>
    • setField

      public V1Networking.Ingress.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      setField in interface com.google.protobuf.Message.Builder
      Overrides:
      setField in class com.google.protobuf.GeneratedMessageV3.Builder<V1Networking.Ingress.Builder>
    • clearField

      public V1Networking.Ingress.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
      Specified by:
      clearField in interface com.google.protobuf.Message.Builder
      Overrides:
      clearField in class com.google.protobuf.GeneratedMessageV3.Builder<V1Networking.Ingress.Builder>
    • clearOneof

      public V1Networking.Ingress.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
      Specified by:
      clearOneof in interface com.google.protobuf.Message.Builder
      Overrides:
      clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<V1Networking.Ingress.Builder>
    • setRepeatedField

      public V1Networking.Ingress.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
      Specified by:
      setRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<V1Networking.Ingress.Builder>
    • addRepeatedField

      public V1Networking.Ingress.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      addRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<V1Networking.Ingress.Builder>
    • mergeFrom

      public V1Networking.Ingress.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<V1Networking.Ingress.Builder>
    • mergeFrom

    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<V1Networking.Ingress.Builder>
    • mergeFrom

      public V1Networking.Ingress.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<V1Networking.Ingress.Builder>
      Throws:
      IOException
    • hasMetadata

      public 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;
      Specified by:
      hasMetadata in interface V1Networking.IngressOrBuilder
    • getMetadata

      public 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;
      Specified by:
      getMetadata in interface V1Networking.IngressOrBuilder
    • setMetadata

      public V1Networking.Ingress.Builder setMetadata(Meta.ObjectMeta value)
       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;
    • setMetadata

      public V1Networking.Ingress.Builder setMetadata(Meta.ObjectMeta.Builder builderForValue)
       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;
    • mergeMetadata

      public V1Networking.Ingress.Builder mergeMetadata(Meta.ObjectMeta value)
       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;
    • clearMetadata

      public V1Networking.Ingress.Builder clearMetadata()
       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;
    • getMetadataBuilder

      public Meta.ObjectMeta.Builder getMetadataBuilder()
       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

      public 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;
      Specified by:
      getMetadataOrBuilder in interface V1Networking.IngressOrBuilder
    • hasSpec

      public boolean hasSpec()
       Spec is the desired state of the Ingress.
       More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
       +optional
       
      optional .k8s.io.api.networking.v1.IngressSpec spec = 2;
      Specified by:
      hasSpec in interface V1Networking.IngressOrBuilder
    • getSpec

      public V1Networking.IngressSpec getSpec()
       Spec is the desired state of the Ingress.
       More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
       +optional
       
      optional .k8s.io.api.networking.v1.IngressSpec spec = 2;
      Specified by:
      getSpec in interface V1Networking.IngressOrBuilder
    • setSpec

       Spec is the desired state of the Ingress.
       More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
       +optional
       
      optional .k8s.io.api.networking.v1.IngressSpec spec = 2;
    • setSpec

       Spec is the desired state of the Ingress.
       More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
       +optional
       
      optional .k8s.io.api.networking.v1.IngressSpec spec = 2;
    • mergeSpec

       Spec is the desired state of the Ingress.
       More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
       +optional
       
      optional .k8s.io.api.networking.v1.IngressSpec spec = 2;
    • clearSpec

      public V1Networking.Ingress.Builder clearSpec()
       Spec is the desired state of the Ingress.
       More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
       +optional
       
      optional .k8s.io.api.networking.v1.IngressSpec spec = 2;
    • getSpecBuilder

      public V1Networking.IngressSpec.Builder getSpecBuilder()
       Spec is the desired state of the Ingress.
       More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
       +optional
       
      optional .k8s.io.api.networking.v1.IngressSpec spec = 2;
    • getSpecOrBuilder

      public V1Networking.IngressSpecOrBuilder getSpecOrBuilder()
       Spec is the desired state of the Ingress.
       More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
       +optional
       
      optional .k8s.io.api.networking.v1.IngressSpec spec = 2;
      Specified by:
      getSpecOrBuilder in interface V1Networking.IngressOrBuilder
    • hasStatus

      public boolean hasStatus()
       Status is the current state of the Ingress.
       More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
       +optional
       
      optional .k8s.io.api.networking.v1.IngressStatus status = 3;
      Specified by:
      hasStatus in interface V1Networking.IngressOrBuilder
    • getStatus

      public V1Networking.IngressStatus getStatus()
       Status is the current state of the Ingress.
       More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
       +optional
       
      optional .k8s.io.api.networking.v1.IngressStatus status = 3;
      Specified by:
      getStatus in interface V1Networking.IngressOrBuilder
    • setStatus

       Status is the current state of the Ingress.
       More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
       +optional
       
      optional .k8s.io.api.networking.v1.IngressStatus status = 3;
    • setStatus

       Status is the current state of the Ingress.
       More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
       +optional
       
      optional .k8s.io.api.networking.v1.IngressStatus status = 3;
    • mergeStatus

       Status is the current state of the Ingress.
       More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
       +optional
       
      optional .k8s.io.api.networking.v1.IngressStatus status = 3;
    • clearStatus

      public V1Networking.Ingress.Builder clearStatus()
       Status is the current state of the Ingress.
       More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
       +optional
       
      optional .k8s.io.api.networking.v1.IngressStatus status = 3;
    • getStatusBuilder

      public V1Networking.IngressStatus.Builder getStatusBuilder()
       Status is the current state of the Ingress.
       More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
       +optional
       
      optional .k8s.io.api.networking.v1.IngressStatus status = 3;
    • getStatusOrBuilder

      public V1Networking.IngressStatusOrBuilder getStatusOrBuilder()
       Status is the current state of the Ingress.
       More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
       +optional
       
      optional .k8s.io.api.networking.v1.IngressStatus status = 3;
      Specified by:
      getStatusOrBuilder in interface V1Networking.IngressOrBuilder
    • setUnknownFields

      public final V1Networking.Ingress.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      Specified by:
      setUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<V1Networking.Ingress.Builder>
    • mergeUnknownFields

      public final V1Networking.Ingress.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      Specified by:
      mergeUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<V1Networking.Ingress.Builder>