Package io.fabric8.openshift.api.model
Interface TagImportPolicyFluent<A extends TagImportPolicyFluent<A>>
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
ImageImportSpecFluent.ImportPolicyNested<N>,RepositoryImportSpecFluent.ImportPolicyNested<N>,TagReferenceFluent.ImportPolicyNested<N>
- All Known Implementing Classes:
DoneableTagImportPolicy,ImageImportSpecFluentImpl.ImportPolicyNestedImpl,RepositoryImportSpecFluentImpl.ImportPolicyNestedImpl,TagImportPolicyBuilder,TagImportPolicyFluentImpl,TagReferenceFluentImpl.ImportPolicyNestedImpl
public interface TagImportPolicyFluent<A extends TagImportPolicyFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
-
Method Summary
Modifier and Type Method Description BooleanhasInsecure()BooleanhasScheduled()BooleanisInsecure()BooleanisScheduled()AwithInsecure(Boolean insecure)AwithNewInsecure(boolean arg1)AwithNewInsecure(String arg1)AwithNewScheduled(boolean arg1)AwithNewScheduled(String arg1)AwithScheduled(Boolean scheduled)
-
Method Details
-
isInsecure
Boolean isInsecure() -
withInsecure
-
hasInsecure
Boolean hasInsecure() -
withNewInsecure
-
withNewInsecure
-
isScheduled
Boolean isScheduled() -
withScheduled
-
hasScheduled
Boolean hasScheduled() -
withNewScheduled
-
withNewScheduled
-