public class TagImportPolicyFluentImpl<A extends TagImportPolicyFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements TagImportPolicyFluent<A>
| Constructor and Description |
|---|
TagImportPolicyFluentImpl() |
TagImportPolicyFluentImpl(TagImportPolicy instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
hashCode() |
Boolean |
hasInsecure() |
Boolean |
hasScheduled() |
Boolean |
isInsecure() |
Boolean |
isScheduled() |
A |
withInsecure(Boolean insecure) |
A |
withNewInsecure(boolean arg1) |
A |
withNewInsecure(String arg1) |
A |
withNewScheduled(boolean arg1) |
A |
withNewScheduled(String arg1) |
A |
withScheduled(Boolean scheduled) |
public TagImportPolicyFluentImpl()
public TagImportPolicyFluentImpl(TagImportPolicy instance)
public Boolean isInsecure()
isInsecure in interface TagImportPolicyFluent<A extends TagImportPolicyFluent<A>>public A withInsecure(Boolean insecure)
withInsecure in interface TagImportPolicyFluent<A extends TagImportPolicyFluent<A>>public Boolean hasInsecure()
hasInsecure in interface TagImportPolicyFluent<A extends TagImportPolicyFluent<A>>public A withNewInsecure(String arg1)
withNewInsecure in interface TagImportPolicyFluent<A extends TagImportPolicyFluent<A>>public A withNewInsecure(boolean arg1)
withNewInsecure in interface TagImportPolicyFluent<A extends TagImportPolicyFluent<A>>public Boolean isScheduled()
isScheduled in interface TagImportPolicyFluent<A extends TagImportPolicyFluent<A>>public A withScheduled(Boolean scheduled)
withScheduled in interface TagImportPolicyFluent<A extends TagImportPolicyFluent<A>>public Boolean hasScheduled()
hasScheduled in interface TagImportPolicyFluent<A extends TagImportPolicyFluent<A>>public A withNewScheduled(String arg1)
withNewScheduled in interface TagImportPolicyFluent<A extends TagImportPolicyFluent<A>>public A withNewScheduled(boolean arg1)
withNewScheduled in interface TagImportPolicyFluent<A extends TagImportPolicyFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.