Class DNSFluentImpl<A extends DNSFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.operator.v1.DNSFluentImpl<A>
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>,io.fabric8.kubernetes.api.builder.Visitable<A>,DNSFluent<A>
- Direct Known Subclasses:
AuthenticationSpecFluentImpl.DNSObservedConfigNestedImpl,AuthenticationSpecFluentImpl.DNSUnsupportedConfigOverridesNestedImpl,ConsoleSpecFluentImpl.DNSObservedConfigNestedImpl,ConsoleSpecFluentImpl.DNSUnsupportedConfigOverridesNestedImpl,CSISnapshotControllerSpecFluentImpl.DNSObservedConfigNestedImpl,CSISnapshotControllerSpecFluentImpl.DNSUnsupportedConfigOverridesNestedImpl,DNSBuilder,DNSListFluentImpl.ItemsNestedImpl,EtcdSpecFluentImpl.DNSObservedConfigNestedImpl,EtcdSpecFluentImpl.DNSUnsupportedConfigOverridesNestedImpl,KubeAPIServerSpecFluentImpl.DNSObservedConfigNestedImpl,KubeAPIServerSpecFluentImpl.DNSUnsupportedConfigOverridesNestedImpl,KubeControllerManagerSpecFluentImpl.DNSObservedConfigNestedImpl,KubeControllerManagerSpecFluentImpl.DNSUnsupportedConfigOverridesNestedImpl,KubeSchedulerSpecFluentImpl.DNSObservedConfigNestedImpl,KubeSchedulerSpecFluentImpl.DNSUnsupportedConfigOverridesNestedImpl,KubeStorageVersionMigratorSpecFluentImpl.DNSObservedConfigNestedImpl,KubeStorageVersionMigratorSpecFluentImpl.DNSUnsupportedConfigOverridesNestedImpl,OpenShiftAPIServerSpecFluentImpl.DNSObservedConfigNestedImpl,OpenShiftAPIServerSpecFluentImpl.DNSUnsupportedConfigOverridesNestedImpl,OpenShiftControllerManagerSpecFluentImpl.DNSObservedConfigNestedImpl,OpenShiftControllerManagerSpecFluentImpl.DNSUnsupportedConfigOverridesNestedImpl,ServiceCASpecFluentImpl.DNSObservedConfigNestedImpl,ServiceCASpecFluentImpl.DNSUnsupportedConfigOverridesNestedImpl,ServiceCatalogAPIServerSpecFluentImpl.DNSObservedConfigNestedImpl,ServiceCatalogAPIServerSpecFluentImpl.DNSUnsupportedConfigOverridesNestedImpl,ServiceCatalogControllerManagerSpecFluentImpl.DNSObservedConfigNestedImpl,ServiceCatalogControllerManagerSpecFluentImpl.DNSUnsupportedConfigOverridesNestedImpl
public class DNSFluentImpl<A extends DNSFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements DNSFluent<A>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classDNSFluentImpl.MetadataNestedImpl<N>classDNSFluentImpl.SpecNestedImpl<N>classDNSFluentImpl.StatusNestedImpl<N>-
Nested classes/interfaces inherited from interface io.fabric8.openshift.api.model.operator.v1.DNSFluent
DNSFluent.MetadataNested<N>, DNSFluent.SpecNested<N>, DNSFluent.StatusNested<N>
-
-
Constructor Summary
Constructors Constructor Description DNSFluentImpl()DNSFluentImpl(DNS instance)
-
Method Summary
-
-
-
Constructor Detail
-
DNSFluentImpl
public DNSFluentImpl()
-
DNSFluentImpl
public DNSFluentImpl(DNS instance)
-
-
Method Detail
-
getApiVersion
public String getApiVersion()
- Specified by:
getApiVersionin interfaceDNSFluent<A extends DNSFluent<A>>
-
withApiVersion
public A withApiVersion(String apiVersion)
- Specified by:
withApiVersionin interfaceDNSFluent<A extends DNSFluent<A>>
-
hasApiVersion
public Boolean hasApiVersion()
- Specified by:
hasApiVersionin interfaceDNSFluent<A extends DNSFluent<A>>
-
withNewApiVersion
public A withNewApiVersion(String arg1)
- Specified by:
withNewApiVersionin interfaceDNSFluent<A extends DNSFluent<A>>
-
withNewApiVersion
public A withNewApiVersion(StringBuilder arg1)
- Specified by:
withNewApiVersionin interfaceDNSFluent<A extends DNSFluent<A>>
-
withNewApiVersion
public A withNewApiVersion(StringBuffer arg1)
- Specified by:
withNewApiVersionin interfaceDNSFluent<A extends DNSFluent<A>>
-
getKind
public String getKind()
-
hasKind
public Boolean hasKind()
-
withNewKind
public A withNewKind(String arg1)
- Specified by:
withNewKindin interfaceDNSFluent<A extends DNSFluent<A>>
-
withNewKind
public A withNewKind(StringBuilder arg1)
- Specified by:
withNewKindin interfaceDNSFluent<A extends DNSFluent<A>>
-
withNewKind
public A withNewKind(StringBuffer arg1)
- Specified by:
withNewKindin interfaceDNSFluent<A extends DNSFluent<A>>
-
getMetadata
@Deprecated public io.fabric8.kubernetes.api.model.ObjectMeta getMetadata()
Deprecated.This method has been deprecated, please use method buildMetadata instead.- Specified by:
getMetadatain interfaceDNSFluent<A extends DNSFluent<A>>- Returns:
- The buildable object.
-
buildMetadata
public io.fabric8.kubernetes.api.model.ObjectMeta buildMetadata()
- Specified by:
buildMetadatain interfaceDNSFluent<A extends DNSFluent<A>>
-
withMetadata
public A withMetadata(io.fabric8.kubernetes.api.model.ObjectMeta metadata)
- Specified by:
withMetadatain interfaceDNSFluent<A extends DNSFluent<A>>
-
hasMetadata
public Boolean hasMetadata()
- Specified by:
hasMetadatain interfaceDNSFluent<A extends DNSFluent<A>>
-
withNewMetadata
public DNSFluent.MetadataNested<A> withNewMetadata()
- Specified by:
withNewMetadatain interfaceDNSFluent<A extends DNSFluent<A>>
-
withNewMetadataLike
public DNSFluent.MetadataNested<A> withNewMetadataLike(io.fabric8.kubernetes.api.model.ObjectMeta item)
- Specified by:
withNewMetadataLikein interfaceDNSFluent<A extends DNSFluent<A>>
-
editMetadata
public DNSFluent.MetadataNested<A> editMetadata()
- Specified by:
editMetadatain interfaceDNSFluent<A extends DNSFluent<A>>
-
editOrNewMetadata
public DNSFluent.MetadataNested<A> editOrNewMetadata()
- Specified by:
editOrNewMetadatain interfaceDNSFluent<A extends DNSFluent<A>>
-
editOrNewMetadataLike
public DNSFluent.MetadataNested<A> editOrNewMetadataLike(io.fabric8.kubernetes.api.model.ObjectMeta item)
- Specified by:
editOrNewMetadataLikein interfaceDNSFluent<A extends DNSFluent<A>>
-
getSpec
@Deprecated public DNSSpec getSpec()
Deprecated.This method has been deprecated, please use method buildSpec instead.
-
buildSpec
public DNSSpec buildSpec()
-
hasSpec
public Boolean hasSpec()
-
withNewSpec
public DNSFluent.SpecNested<A> withNewSpec()
- Specified by:
withNewSpecin interfaceDNSFluent<A extends DNSFluent<A>>
-
withNewSpecLike
public DNSFluent.SpecNested<A> withNewSpecLike(DNSSpec item)
- Specified by:
withNewSpecLikein interfaceDNSFluent<A extends DNSFluent<A>>
-
editSpec
public DNSFluent.SpecNested<A> editSpec()
-
editOrNewSpec
public DNSFluent.SpecNested<A> editOrNewSpec()
- Specified by:
editOrNewSpecin interfaceDNSFluent<A extends DNSFluent<A>>
-
editOrNewSpecLike
public DNSFluent.SpecNested<A> editOrNewSpecLike(DNSSpec item)
- Specified by:
editOrNewSpecLikein interfaceDNSFluent<A extends DNSFluent<A>>
-
getStatus
@Deprecated public DNSStatus getStatus()
Deprecated.This method has been deprecated, please use method buildStatus instead.
-
buildStatus
public DNSStatus buildStatus()
- Specified by:
buildStatusin interfaceDNSFluent<A extends DNSFluent<A>>
-
withStatus
public A withStatus(DNSStatus status)
- Specified by:
withStatusin interfaceDNSFluent<A extends DNSFluent<A>>
-
hasStatus
public Boolean hasStatus()
-
withNewStatus
public DNSFluent.StatusNested<A> withNewStatus()
- Specified by:
withNewStatusin interfaceDNSFluent<A extends DNSFluent<A>>
-
withNewStatusLike
public DNSFluent.StatusNested<A> withNewStatusLike(DNSStatus item)
- Specified by:
withNewStatusLikein interfaceDNSFluent<A extends DNSFluent<A>>
-
editStatus
public DNSFluent.StatusNested<A> editStatus()
- Specified by:
editStatusin interfaceDNSFluent<A extends DNSFluent<A>>
-
editOrNewStatus
public DNSFluent.StatusNested<A> editOrNewStatus()
- Specified by:
editOrNewStatusin interfaceDNSFluent<A extends DNSFluent<A>>
-
editOrNewStatusLike
public DNSFluent.StatusNested<A> editOrNewStatusLike(DNSStatus item)
- Specified by:
editOrNewStatusLikein interfaceDNSFluent<A extends DNSFluent<A>>
-
-