Package io.fabric8.kubernetes.api.model
Class ObjectFieldSelector
- java.lang.Object
-
- io.fabric8.kubernetes.api.model.ObjectFieldSelector
-
- All Implemented Interfaces:
KubernetesResource,Serializable
public class ObjectFieldSelector extends Object implements KubernetesResource
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ObjectFieldSelector()No args constructor for use in serializationObjectFieldSelector(String apiVersion, String fieldPath)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>getAdditionalProperties()StringgetApiVersion()StringgetFieldPath()voidsetAdditionalProperty(String name, Object value)voidsetApiVersion(String apiVersion)voidsetFieldPath(String fieldPath)
-