Class ParamKind
- java.lang.Object
-
- io.fabric8.kubernetes.api.model.admissionregistration.v1alpha1.ParamKind
-
- All Implemented Interfaces:
Editable<ParamKindBuilder>,KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class ParamKind extends Object implements Editable<ParamKindBuilder>, KubernetesResource
ParamKind is a tuple of Group Kind and Version.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ParamKindBuilderedit()Map<String,Object>getAdditionalProperties()StringgetApiVersion()apiVersion is the API group version the resources belong to.StringgetKind()kind is the API kind the resources belong to.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetApiVersion(String apiVersion)apiVersion is the API group version the resources belong to.voidsetKind(String kind)kind is the API kind the resources belong to.ParamKindBuildertoBuilder()
-
-
-
Method Detail
-
getApiVersion
public String getApiVersion()
apiVersion is the API group version the resources belong to. In format of "group/version". Required.
-
setApiVersion
public void setApiVersion(String apiVersion)
apiVersion is the API group version the resources belong to. In format of "group/version". Required.
-
getKind
public String getKind()
kind is the API kind the resources belong to. Required.
-
setKind
public void setKind(String kind)
kind is the API kind the resources belong to. Required.
-
edit
public ParamKindBuilder edit()
- Specified by:
editin interfaceEditable<ParamKindBuilder>
-
toBuilder
public ParamKindBuilder toBuilder()
-
-