public static interface V1Networking.IngressClassSpecOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getController()
Controller refers to the name of the controller that should handle this
class.
|
com.google.protobuf.ByteString |
getControllerBytes()
Controller refers to the name of the controller that should handle this
class.
|
V1Networking.IngressClassParametersReference |
getParameters()
Parameters is a link to a custom resource containing additional
configuration for the controller.
|
V1Networking.IngressClassParametersReferenceOrBuilder |
getParametersOrBuilder()
Parameters is a link to a custom resource containing additional
configuration for the controller.
|
boolean |
hasController()
Controller refers to the name of the controller that should handle this
class.
|
boolean |
hasParameters()
Parameters is a link to a custom resource containing additional
configuration for the controller.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasController()
Controller refers to the name of the controller that should handle this class. This allows for different "flavors" that are controlled by the same controller. For example, you may have different Parameters for the same implementing controller. This should be specified as a domain-prefixed path no more than 250 characters in length, e.g. "acme.io/ingress-controller". This field is immutable.
optional string controller = 1;String getController()
Controller refers to the name of the controller that should handle this class. This allows for different "flavors" that are controlled by the same controller. For example, you may have different Parameters for the same implementing controller. This should be specified as a domain-prefixed path no more than 250 characters in length, e.g. "acme.io/ingress-controller". This field is immutable.
optional string controller = 1;com.google.protobuf.ByteString getControllerBytes()
Controller refers to the name of the controller that should handle this class. This allows for different "flavors" that are controlled by the same controller. For example, you may have different Parameters for the same implementing controller. This should be specified as a domain-prefixed path no more than 250 characters in length, e.g. "acme.io/ingress-controller". This field is immutable.
optional string controller = 1;boolean hasParameters()
Parameters is a link to a custom resource containing additional configuration for the controller. This is optional if the controller does not require extra parameters. +optional
optional .k8s.io.api.networking.v1.IngressClassParametersReference parameters = 2;
V1Networking.IngressClassParametersReference getParameters()
Parameters is a link to a custom resource containing additional configuration for the controller. This is optional if the controller does not require extra parameters. +optional
optional .k8s.io.api.networking.v1.IngressClassParametersReference parameters = 2;
V1Networking.IngressClassParametersReferenceOrBuilder getParametersOrBuilder()
Parameters is a link to a custom resource containing additional configuration for the controller. This is optional if the controller does not require extra parameters. +optional
optional .k8s.io.api.networking.v1.IngressClassParametersReference parameters = 2;
Copyright © 2023. All rights reserved.