Class ParamKind
- java.lang.Object
-
- io.fabric8.kubernetes.api.model.admissionregistration.v1.ParamKind
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<ParamKindBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class ParamKind extends Object implements io.fabric8.kubernetes.api.builder.Editable<ParamKindBuilder>, io.fabric8.kubernetes.api.model.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 interfaceio.fabric8.kubernetes.api.builder.Editable<ParamKindBuilder>
-
toBuilder
public ParamKindBuilder toBuilder()
-
-