Class KubeSchedulerFluentImpl<A extends KubeSchedulerFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.operator.v1.KubeSchedulerFluentImpl<A>
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>,io.fabric8.kubernetes.api.builder.Visitable<A>,KubeSchedulerFluent<A>
- Direct Known Subclasses:
AuthenticationSpecFluentImpl.KubeSchedulerObservedConfigNestedImpl,AuthenticationSpecFluentImpl.KubeSchedulerUnsupportedConfigOverridesNestedImpl,ConsoleSpecFluentImpl.KubeSchedulerObservedConfigNestedImpl,ConsoleSpecFluentImpl.KubeSchedulerUnsupportedConfigOverridesNestedImpl,CSISnapshotControllerSpecFluentImpl.KubeSchedulerObservedConfigNestedImpl,CSISnapshotControllerSpecFluentImpl.KubeSchedulerUnsupportedConfigOverridesNestedImpl,EtcdSpecFluentImpl.KubeSchedulerObservedConfigNestedImpl,EtcdSpecFluentImpl.KubeSchedulerUnsupportedConfigOverridesNestedImpl,KubeAPIServerSpecFluentImpl.KubeSchedulerObservedConfigNestedImpl,KubeAPIServerSpecFluentImpl.KubeSchedulerUnsupportedConfigOverridesNestedImpl,KubeControllerManagerSpecFluentImpl.KubeSchedulerObservedConfigNestedImpl,KubeControllerManagerSpecFluentImpl.KubeSchedulerUnsupportedConfigOverridesNestedImpl,KubeSchedulerBuilder,KubeSchedulerListFluentImpl.ItemsNestedImpl,KubeSchedulerSpecFluentImpl.KubeSchedulerObservedConfigNestedImpl,KubeSchedulerSpecFluentImpl.KubeSchedulerUnsupportedConfigOverridesNestedImpl,KubeStorageVersionMigratorSpecFluentImpl.KubeSchedulerObservedConfigNestedImpl,KubeStorageVersionMigratorSpecFluentImpl.KubeSchedulerUnsupportedConfigOverridesNestedImpl,OpenShiftAPIServerSpecFluentImpl.KubeSchedulerObservedConfigNestedImpl,OpenShiftAPIServerSpecFluentImpl.KubeSchedulerUnsupportedConfigOverridesNestedImpl,OpenShiftControllerManagerSpecFluentImpl.KubeSchedulerObservedConfigNestedImpl,OpenShiftControllerManagerSpecFluentImpl.KubeSchedulerUnsupportedConfigOverridesNestedImpl,ServiceCASpecFluentImpl.KubeSchedulerObservedConfigNestedImpl,ServiceCASpecFluentImpl.KubeSchedulerUnsupportedConfigOverridesNestedImpl,ServiceCatalogAPIServerSpecFluentImpl.KubeSchedulerObservedConfigNestedImpl,ServiceCatalogAPIServerSpecFluentImpl.KubeSchedulerUnsupportedConfigOverridesNestedImpl,ServiceCatalogControllerManagerSpecFluentImpl.KubeSchedulerObservedConfigNestedImpl,ServiceCatalogControllerManagerSpecFluentImpl.KubeSchedulerUnsupportedConfigOverridesNestedImpl
public class KubeSchedulerFluentImpl<A extends KubeSchedulerFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements KubeSchedulerFluent<A>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classKubeSchedulerFluentImpl.MetadataNestedImpl<N>classKubeSchedulerFluentImpl.SpecNestedImpl<N>classKubeSchedulerFluentImpl.StatusNestedImpl<N>-
Nested classes/interfaces inherited from interface io.fabric8.openshift.api.model.operator.v1.KubeSchedulerFluent
KubeSchedulerFluent.MetadataNested<N>, KubeSchedulerFluent.SpecNested<N>, KubeSchedulerFluent.StatusNested<N>
-
-
Constructor Summary
Constructors Constructor Description KubeSchedulerFluentImpl()KubeSchedulerFluentImpl(KubeScheduler instance)
-
Method Summary
-
-
-
Constructor Detail
-
KubeSchedulerFluentImpl
public KubeSchedulerFluentImpl()
-
KubeSchedulerFluentImpl
public KubeSchedulerFluentImpl(KubeScheduler instance)
-
-
Method Detail
-
getApiVersion
public String getApiVersion()
- Specified by:
getApiVersionin interfaceKubeSchedulerFluent<A extends KubeSchedulerFluent<A>>
-
withApiVersion
public A withApiVersion(String apiVersion)
- Specified by:
withApiVersionin interfaceKubeSchedulerFluent<A extends KubeSchedulerFluent<A>>
-
hasApiVersion
public Boolean hasApiVersion()
- Specified by:
hasApiVersionin interfaceKubeSchedulerFluent<A extends KubeSchedulerFluent<A>>
-
withNewApiVersion
public A withNewApiVersion(String arg1)
- Specified by:
withNewApiVersionin interfaceKubeSchedulerFluent<A extends KubeSchedulerFluent<A>>
-
withNewApiVersion
public A withNewApiVersion(StringBuilder arg1)
- Specified by:
withNewApiVersionin interfaceKubeSchedulerFluent<A extends KubeSchedulerFluent<A>>
-
withNewApiVersion
public A withNewApiVersion(StringBuffer arg1)
- Specified by:
withNewApiVersionin interfaceKubeSchedulerFluent<A extends KubeSchedulerFluent<A>>
-
getKind
public String getKind()
- Specified by:
getKindin interfaceKubeSchedulerFluent<A extends KubeSchedulerFluent<A>>
-
withKind
public A withKind(String kind)
- Specified by:
withKindin interfaceKubeSchedulerFluent<A extends KubeSchedulerFluent<A>>
-
hasKind
public Boolean hasKind()
- Specified by:
hasKindin interfaceKubeSchedulerFluent<A extends KubeSchedulerFluent<A>>
-
withNewKind
public A withNewKind(String arg1)
- Specified by:
withNewKindin interfaceKubeSchedulerFluent<A extends KubeSchedulerFluent<A>>
-
withNewKind
public A withNewKind(StringBuilder arg1)
- Specified by:
withNewKindin interfaceKubeSchedulerFluent<A extends KubeSchedulerFluent<A>>
-
withNewKind
public A withNewKind(StringBuffer arg1)
- Specified by:
withNewKindin interfaceKubeSchedulerFluent<A extends KubeSchedulerFluent<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 interfaceKubeSchedulerFluent<A extends KubeSchedulerFluent<A>>- Returns:
- The buildable object.
-
buildMetadata
public io.fabric8.kubernetes.api.model.ObjectMeta buildMetadata()
- Specified by:
buildMetadatain interfaceKubeSchedulerFluent<A extends KubeSchedulerFluent<A>>
-
withMetadata
public A withMetadata(io.fabric8.kubernetes.api.model.ObjectMeta metadata)
- Specified by:
withMetadatain interfaceKubeSchedulerFluent<A extends KubeSchedulerFluent<A>>
-
hasMetadata
public Boolean hasMetadata()
- Specified by:
hasMetadatain interfaceKubeSchedulerFluent<A extends KubeSchedulerFluent<A>>
-
withNewMetadata
public KubeSchedulerFluent.MetadataNested<A> withNewMetadata()
- Specified by:
withNewMetadatain interfaceKubeSchedulerFluent<A extends KubeSchedulerFluent<A>>
-
withNewMetadataLike
public KubeSchedulerFluent.MetadataNested<A> withNewMetadataLike(io.fabric8.kubernetes.api.model.ObjectMeta item)
- Specified by:
withNewMetadataLikein interfaceKubeSchedulerFluent<A extends KubeSchedulerFluent<A>>
-
editMetadata
public KubeSchedulerFluent.MetadataNested<A> editMetadata()
- Specified by:
editMetadatain interfaceKubeSchedulerFluent<A extends KubeSchedulerFluent<A>>
-
editOrNewMetadata
public KubeSchedulerFluent.MetadataNested<A> editOrNewMetadata()
- Specified by:
editOrNewMetadatain interfaceKubeSchedulerFluent<A extends KubeSchedulerFluent<A>>
-
editOrNewMetadataLike
public KubeSchedulerFluent.MetadataNested<A> editOrNewMetadataLike(io.fabric8.kubernetes.api.model.ObjectMeta item)
- Specified by:
editOrNewMetadataLikein interfaceKubeSchedulerFluent<A extends KubeSchedulerFluent<A>>
-
getSpec
@Deprecated public KubeSchedulerSpec getSpec()
Deprecated.This method has been deprecated, please use method buildSpec instead.- Specified by:
getSpecin interfaceKubeSchedulerFluent<A extends KubeSchedulerFluent<A>>- Returns:
- The buildable object.
-
buildSpec
public KubeSchedulerSpec buildSpec()
- Specified by:
buildSpecin interfaceKubeSchedulerFluent<A extends KubeSchedulerFluent<A>>
-
withSpec
public A withSpec(KubeSchedulerSpec spec)
- Specified by:
withSpecin interfaceKubeSchedulerFluent<A extends KubeSchedulerFluent<A>>
-
hasSpec
public Boolean hasSpec()
- Specified by:
hasSpecin interfaceKubeSchedulerFluent<A extends KubeSchedulerFluent<A>>
-
withNewSpec
public KubeSchedulerFluent.SpecNested<A> withNewSpec()
- Specified by:
withNewSpecin interfaceKubeSchedulerFluent<A extends KubeSchedulerFluent<A>>
-
withNewSpecLike
public KubeSchedulerFluent.SpecNested<A> withNewSpecLike(KubeSchedulerSpec item)
- Specified by:
withNewSpecLikein interfaceKubeSchedulerFluent<A extends KubeSchedulerFluent<A>>
-
editSpec
public KubeSchedulerFluent.SpecNested<A> editSpec()
- Specified by:
editSpecin interfaceKubeSchedulerFluent<A extends KubeSchedulerFluent<A>>
-
editOrNewSpec
public KubeSchedulerFluent.SpecNested<A> editOrNewSpec()
- Specified by:
editOrNewSpecin interfaceKubeSchedulerFluent<A extends KubeSchedulerFluent<A>>
-
editOrNewSpecLike
public KubeSchedulerFluent.SpecNested<A> editOrNewSpecLike(KubeSchedulerSpec item)
- Specified by:
editOrNewSpecLikein interfaceKubeSchedulerFluent<A extends KubeSchedulerFluent<A>>
-
getStatus
@Deprecated public KubeSchedulerStatus getStatus()
Deprecated.This method has been deprecated, please use method buildStatus instead.- Specified by:
getStatusin interfaceKubeSchedulerFluent<A extends KubeSchedulerFluent<A>>- Returns:
- The buildable object.
-
buildStatus
public KubeSchedulerStatus buildStatus()
- Specified by:
buildStatusin interfaceKubeSchedulerFluent<A extends KubeSchedulerFluent<A>>
-
withStatus
public A withStatus(KubeSchedulerStatus status)
- Specified by:
withStatusin interfaceKubeSchedulerFluent<A extends KubeSchedulerFluent<A>>
-
hasStatus
public Boolean hasStatus()
- Specified by:
hasStatusin interfaceKubeSchedulerFluent<A extends KubeSchedulerFluent<A>>
-
withNewStatus
public KubeSchedulerFluent.StatusNested<A> withNewStatus()
- Specified by:
withNewStatusin interfaceKubeSchedulerFluent<A extends KubeSchedulerFluent<A>>
-
withNewStatusLike
public KubeSchedulerFluent.StatusNested<A> withNewStatusLike(KubeSchedulerStatus item)
- Specified by:
withNewStatusLikein interfaceKubeSchedulerFluent<A extends KubeSchedulerFluent<A>>
-
editStatus
public KubeSchedulerFluent.StatusNested<A> editStatus()
- Specified by:
editStatusin interfaceKubeSchedulerFluent<A extends KubeSchedulerFluent<A>>
-
editOrNewStatus
public KubeSchedulerFluent.StatusNested<A> editOrNewStatus()
- Specified by:
editOrNewStatusin interfaceKubeSchedulerFluent<A extends KubeSchedulerFluent<A>>
-
editOrNewStatusLike
public KubeSchedulerFluent.StatusNested<A> editOrNewStatusLike(KubeSchedulerStatus item)
- Specified by:
editOrNewStatusLikein interfaceKubeSchedulerFluent<A extends KubeSchedulerFluent<A>>
-
-