Package io.fabric8.openshift.api.model
Class TagImportPolicy
java.lang.Object
io.fabric8.openshift.api.model.TagImportPolicy
- All Implemented Interfaces:
io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("org.jsonschema2pojo") public class TagImportPolicy extends Object implements io.fabric8.kubernetes.api.model.KubernetesResource
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description TagImportPolicy()No args constructor for use in serializationTagImportPolicy(Boolean insecure, Boolean scheduled) -
Method Summary
Modifier and Type Method Description Map<String,Object>getAdditionalProperties()BooleangetInsecure()BooleangetScheduled()voidsetAdditionalProperty(String name, Object value)voidsetInsecure(Boolean insecure)voidsetScheduled(Boolean scheduled)
-
Constructor Details
-
TagImportPolicy
public TagImportPolicy()No args constructor for use in serialization -
TagImportPolicy
- Parameters:
scheduled-insecure-
-
-
Method Details
-
getInsecure
- Returns:
- The insecure
-
setInsecure
- Parameters:
insecure- The insecure
-
getScheduled
- Returns:
- The scheduled
-
setScheduled
- Parameters:
scheduled- The scheduled
-
getAdditionalProperties
-
setAdditionalProperty
-