Package io.fabric8.kubernetes.api.model
Class TypedLocalObjectReference
java.lang.Object
io.fabric8.kubernetes.api.model.TypedLocalObjectReference
- All Implemented Interfaces:
KubernetesResource,Serializable
@Generated("org.jsonschema2pojo") public class TypedLocalObjectReference extends Object implements KubernetesResource
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description TypedLocalObjectReference()No args constructor for use in serializationTypedLocalObjectReference(String apiGroup, String kind, String name) -
Method Summary
Modifier and Type Method Description Map<String,Object>getAdditionalProperties()StringgetApiGroup()StringgetKind()StringgetName()voidsetAdditionalProperty(String name, Object value)voidsetApiGroup(String apiGroup)voidsetKind(String kind)voidsetName(String name)
-
Constructor Details
-
TypedLocalObjectReference
public TypedLocalObjectReference()No args constructor for use in serialization -
TypedLocalObjectReference
- Parameters:
apiGroup-kind-name-
-
-
Method Details
-
getApiGroup
- Returns:
- The apiGroup
-
setApiGroup
- Parameters:
apiGroup- The apiGroup
-
getKind
- Returns:
- The kind
-
setKind
- Parameters:
kind- The kind
-
getName
- Returns:
- The name
-
setName
- Parameters:
name- The name
-
getAdditionalProperties
-
setAdditionalProperty
-