Uses of Class
io.kubernetes.client.proto.V1beta1Extensions.IngressSpec.Builder
-
Uses of V1beta1Extensions.IngressSpec.Builder in io.kubernetes.client.proto
Methods in io.kubernetes.client.proto that return V1beta1Extensions.IngressSpec.BuilderModifier and TypeMethodDescriptionV1beta1Extensions.IngressSpec.Builder.addAllRules(Iterable<? extends V1beta1Extensions.IngressRule> values) A list of host rules used to configure the Ingress.V1beta1Extensions.IngressSpec.Builder.addAllTls(Iterable<? extends V1beta1Extensions.IngressTLS> values) TLS configuration.V1beta1Extensions.IngressSpec.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) V1beta1Extensions.IngressSpec.Builder.addRules(int index, V1beta1Extensions.IngressRule value) A list of host rules used to configure the Ingress.V1beta1Extensions.IngressSpec.Builder.addRules(int index, V1beta1Extensions.IngressRule.Builder builderForValue) A list of host rules used to configure the Ingress.V1beta1Extensions.IngressSpec.Builder.addRules(V1beta1Extensions.IngressRule value) A list of host rules used to configure the Ingress.V1beta1Extensions.IngressSpec.Builder.addRules(V1beta1Extensions.IngressRule.Builder builderForValue) A list of host rules used to configure the Ingress.V1beta1Extensions.IngressSpec.Builder.addTls(int index, V1beta1Extensions.IngressTLS value) TLS configuration.V1beta1Extensions.IngressSpec.Builder.addTls(int index, V1beta1Extensions.IngressTLS.Builder builderForValue) TLS configuration.V1beta1Extensions.IngressSpec.Builder.addTls(V1beta1Extensions.IngressTLS value) TLS configuration.V1beta1Extensions.IngressSpec.Builder.addTls(V1beta1Extensions.IngressTLS.Builder builderForValue) TLS configuration.V1beta1Extensions.IngressSpec.Builder.clear()V1beta1Extensions.IngressSpec.Builder.clearBackend()A default backend capable of servicing requests that don't match any rule.V1beta1Extensions.IngressSpec.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) V1beta1Extensions.IngressSpec.Builder.clearIngressClassName()IngressClassName is the name of the IngressClass cluster resource.V1beta1Extensions.IngressSpec.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) V1beta1Extensions.IngressSpec.Builder.clearRules()A list of host rules used to configure the Ingress.V1beta1Extensions.IngressSpec.Builder.clearTls()TLS configuration.V1beta1Extensions.IngressSpec.Builder.clone()V1beta1Extensions.Ingress.Builder.getSpecBuilder()Spec is the desired state of the Ingress.V1beta1Extensions.IngressSpec.Builder.mergeBackend(V1beta1Extensions.IngressBackend value) A default backend capable of servicing requests that don't match any rule.V1beta1Extensions.IngressSpec.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) V1beta1Extensions.IngressSpec.Builder.mergeFrom(com.google.protobuf.Message other) V1beta1Extensions.IngressSpec.Builder.mergeFrom(V1beta1Extensions.IngressSpec other) V1beta1Extensions.IngressSpec.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) V1beta1Extensions.IngressSpec.newBuilder()V1beta1Extensions.IngressSpec.newBuilder(V1beta1Extensions.IngressSpec prototype) V1beta1Extensions.IngressSpec.newBuilderForType()protected V1beta1Extensions.IngressSpec.BuilderV1beta1Extensions.IngressSpec.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) V1beta1Extensions.IngressSpec.Builder.removeRules(int index) A list of host rules used to configure the Ingress.V1beta1Extensions.IngressSpec.Builder.removeTls(int index) TLS configuration.V1beta1Extensions.IngressSpec.Builder.setBackend(V1beta1Extensions.IngressBackend value) A default backend capable of servicing requests that don't match any rule.V1beta1Extensions.IngressSpec.Builder.setBackend(V1beta1Extensions.IngressBackend.Builder builderForValue) A default backend capable of servicing requests that don't match any rule.V1beta1Extensions.IngressSpec.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) V1beta1Extensions.IngressSpec.Builder.setIngressClassName(String value) IngressClassName is the name of the IngressClass cluster resource.V1beta1Extensions.IngressSpec.Builder.setIngressClassNameBytes(com.google.protobuf.ByteString value) IngressClassName is the name of the IngressClass cluster resource.V1beta1Extensions.IngressSpec.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) V1beta1Extensions.IngressSpec.Builder.setRules(int index, V1beta1Extensions.IngressRule value) A list of host rules used to configure the Ingress.V1beta1Extensions.IngressSpec.Builder.setRules(int index, V1beta1Extensions.IngressRule.Builder builderForValue) A list of host rules used to configure the Ingress.V1beta1Extensions.IngressSpec.Builder.setTls(int index, V1beta1Extensions.IngressTLS value) TLS configuration.V1beta1Extensions.IngressSpec.Builder.setTls(int index, V1beta1Extensions.IngressTLS.Builder builderForValue) TLS configuration.V1beta1Extensions.IngressSpec.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) V1beta1Extensions.IngressSpec.toBuilder()Methods in io.kubernetes.client.proto with parameters of type V1beta1Extensions.IngressSpec.BuilderModifier and TypeMethodDescriptionV1beta1Extensions.Ingress.Builder.setSpec(V1beta1Extensions.IngressSpec.Builder builderForValue) Spec is the desired state of the Ingress.