Package net.stickycode.kuuty.model.v18
Class IoK8sApiNetworkingV1beta1IngressClassSpec
- java.lang.Object
-
- net.stickycode.kuuty.model.v18.IoK8sApiNetworkingV1beta1IngressClassSpec
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-11-26T11:01:11.402583+13:00[Pacific/Auckland]") public class IoK8sApiNetworkingV1beta1IngressClassSpec extends Object
IngressClassSpec provides information about the class of an Ingress.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_CONTROLLERstatic StringJSON_PROPERTY_PARAMETERS
-
Constructor Summary
Constructors Constructor Description IoK8sApiNetworkingV1beta1IngressClassSpec()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IoK8sApiNetworkingV1beta1IngressClassSpeccontroller(String controller)booleanequals(Object o)StringgetController()Controller refers to the name of the controller that should handle this class.IoK8sApiCoreV1TypedLocalObjectReferencegetParameters()Get parametersinthashCode()IoK8sApiNetworkingV1beta1IngressClassSpecparameters(IoK8sApiCoreV1TypedLocalObjectReference parameters)voidsetController(String controller)voidsetParameters(IoK8sApiCoreV1TypedLocalObjectReference parameters)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_CONTROLLER
public static final String JSON_PROPERTY_CONTROLLER
- See Also:
- Constant Field Values
-
JSON_PROPERTY_PARAMETERS
public static final String JSON_PROPERTY_PARAMETERS
- See Also:
- Constant Field Values
-
-
Method Detail
-
controller
public IoK8sApiNetworkingV1beta1IngressClassSpec controller(String controller)
-
getController
@Nullable public 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.- Returns:
- controller
-
setController
public void setController(String controller)
-
parameters
public IoK8sApiNetworkingV1beta1IngressClassSpec parameters(IoK8sApiCoreV1TypedLocalObjectReference parameters)
-
getParameters
@Nullable public IoK8sApiCoreV1TypedLocalObjectReference getParameters()
Get parameters- Returns:
- parameters
-
setParameters
public void setParameters(IoK8sApiCoreV1TypedLocalObjectReference parameters)
-
-