Class DetachedAnnotationArguments
- java.lang.Object
-
- io.fabric8.openshift.api.model.miscellaneous.metal3.v1alpha1.DetachedAnnotationArguments
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<DetachedAnnotationArgumentsBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class DetachedAnnotationArguments extends Object implements io.fabric8.kubernetes.api.builder.Editable<DetachedAnnotationArgumentsBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DetachedAnnotationArguments()No args constructor for use in serializationDetachedAnnotationArguments(String deleteAction)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DetachedAnnotationArgumentsBuilderedit()Map<String,Object>getAdditionalProperties()StringgetDeleteAction()DeleteAction indicates the desired delete logic when the detached annotation is presentvoidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetDeleteAction(String deleteAction)DeleteAction indicates the desired delete logic when the detached annotation is presentDetachedAnnotationArgumentsBuildertoBuilder()
-
-
-
Constructor Detail
-
DetachedAnnotationArguments
public DetachedAnnotationArguments()
No args constructor for use in serialization
-
DetachedAnnotationArguments
public DetachedAnnotationArguments(String deleteAction)
-
-
Method Detail
-
getDeleteAction
public String getDeleteAction()
DeleteAction indicates the desired delete logic when the detached annotation is present
-
setDeleteAction
public void setDeleteAction(String deleteAction)
DeleteAction indicates the desired delete logic when the detached annotation is present
-
edit
public DetachedAnnotationArgumentsBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<DetachedAnnotationArgumentsBuilder>
-
toBuilder
public DetachedAnnotationArgumentsBuilder toBuilder()
-
-