Class IngressControllerHTTPUniqueIdHeaderPolicy
- java.lang.Object
-
- io.fabric8.openshift.api.model.operator.v1.IngressControllerHTTPUniqueIdHeaderPolicy
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
public class IngressControllerHTTPUniqueIdHeaderPolicy extends Object implements io.fabric8.kubernetes.api.model.KubernetesResource
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IngressControllerHTTPUniqueIdHeaderPolicy()No args constructor for use in serializationIngressControllerHTTPUniqueIdHeaderPolicy(String format, String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>getAdditionalProperties()StringgetFormat()StringgetName()voidsetAdditionalProperty(String name, Object value)voidsetFormat(String format)voidsetName(String name)
-