Interface KubeAPIServerFluent<A extends KubeAPIServerFluent<A>>
-
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
AuthenticationSpecFluent.KubeAPIServerObservedConfigNested<N>,AuthenticationSpecFluent.KubeAPIServerUnsupportedConfigOverridesNested<N>,ConsoleSpecFluent.KubeAPIServerObservedConfigNested<N>,ConsoleSpecFluent.KubeAPIServerUnsupportedConfigOverridesNested<N>,CSISnapshotControllerSpecFluent.KubeAPIServerObservedConfigNested<N>,CSISnapshotControllerSpecFluent.KubeAPIServerUnsupportedConfigOverridesNested<N>,EtcdSpecFluent.KubeAPIServerObservedConfigNested<N>,EtcdSpecFluent.KubeAPIServerUnsupportedConfigOverridesNested<N>,KubeAPIServerListFluent.ItemsNested<N>,KubeAPIServerSpecFluent.KubeAPIServerObservedConfigNested<N>,KubeAPIServerSpecFluent.KubeAPIServerUnsupportedConfigOverridesNested<N>,KubeControllerManagerSpecFluent.KubeAPIServerObservedConfigNested<N>,KubeControllerManagerSpecFluent.KubeAPIServerUnsupportedConfigOverridesNested<N>,KubeSchedulerSpecFluent.KubeAPIServerObservedConfigNested<N>,KubeSchedulerSpecFluent.KubeAPIServerUnsupportedConfigOverridesNested<N>,KubeStorageVersionMigratorSpecFluent.KubeAPIServerObservedConfigNested<N>,KubeStorageVersionMigratorSpecFluent.KubeAPIServerUnsupportedConfigOverridesNested<N>,OpenShiftAPIServerSpecFluent.KubeAPIServerObservedConfigNested<N>,OpenShiftAPIServerSpecFluent.KubeAPIServerUnsupportedConfigOverridesNested<N>,OpenShiftControllerManagerSpecFluent.KubeAPIServerObservedConfigNested<N>,OpenShiftControllerManagerSpecFluent.KubeAPIServerUnsupportedConfigOverridesNested<N>,ServiceCASpecFluent.KubeAPIServerObservedConfigNested<N>,ServiceCASpecFluent.KubeAPIServerUnsupportedConfigOverridesNested<N>,ServiceCatalogAPIServerSpecFluent.KubeAPIServerObservedConfigNested<N>,ServiceCatalogAPIServerSpecFluent.KubeAPIServerUnsupportedConfigOverridesNested<N>,ServiceCatalogControllerManagerSpecFluent.KubeAPIServerObservedConfigNested<N>,ServiceCatalogControllerManagerSpecFluent.KubeAPIServerUnsupportedConfigOverridesNested<N>
- All Known Implementing Classes:
AuthenticationSpecFluentImpl.KubeAPIServerObservedConfigNestedImpl,AuthenticationSpecFluentImpl.KubeAPIServerUnsupportedConfigOverridesNestedImpl,ConsoleSpecFluentImpl.KubeAPIServerObservedConfigNestedImpl,ConsoleSpecFluentImpl.KubeAPIServerUnsupportedConfigOverridesNestedImpl,CSISnapshotControllerSpecFluentImpl.KubeAPIServerObservedConfigNestedImpl,CSISnapshotControllerSpecFluentImpl.KubeAPIServerUnsupportedConfigOverridesNestedImpl,EtcdSpecFluentImpl.KubeAPIServerObservedConfigNestedImpl,EtcdSpecFluentImpl.KubeAPIServerUnsupportedConfigOverridesNestedImpl,KubeAPIServerBuilder,KubeAPIServerFluentImpl,KubeAPIServerListFluentImpl.ItemsNestedImpl,KubeAPIServerSpecFluentImpl.KubeAPIServerObservedConfigNestedImpl,KubeAPIServerSpecFluentImpl.KubeAPIServerUnsupportedConfigOverridesNestedImpl,KubeControllerManagerSpecFluentImpl.KubeAPIServerObservedConfigNestedImpl,KubeControllerManagerSpecFluentImpl.KubeAPIServerUnsupportedConfigOverridesNestedImpl,KubeSchedulerSpecFluentImpl.KubeAPIServerObservedConfigNestedImpl,KubeSchedulerSpecFluentImpl.KubeAPIServerUnsupportedConfigOverridesNestedImpl,KubeStorageVersionMigratorSpecFluentImpl.KubeAPIServerObservedConfigNestedImpl,KubeStorageVersionMigratorSpecFluentImpl.KubeAPIServerUnsupportedConfigOverridesNestedImpl,OpenShiftAPIServerSpecFluentImpl.KubeAPIServerObservedConfigNestedImpl,OpenShiftAPIServerSpecFluentImpl.KubeAPIServerUnsupportedConfigOverridesNestedImpl,OpenShiftControllerManagerSpecFluentImpl.KubeAPIServerObservedConfigNestedImpl,OpenShiftControllerManagerSpecFluentImpl.KubeAPIServerUnsupportedConfigOverridesNestedImpl,ServiceCASpecFluentImpl.KubeAPIServerObservedConfigNestedImpl,ServiceCASpecFluentImpl.KubeAPIServerUnsupportedConfigOverridesNestedImpl,ServiceCatalogAPIServerSpecFluentImpl.KubeAPIServerObservedConfigNestedImpl,ServiceCatalogAPIServerSpecFluentImpl.KubeAPIServerUnsupportedConfigOverridesNestedImpl,ServiceCatalogControllerManagerSpecFluentImpl.KubeAPIServerObservedConfigNestedImpl,ServiceCatalogControllerManagerSpecFluentImpl.KubeAPIServerUnsupportedConfigOverridesNestedImpl
public interface KubeAPIServerFluent<A extends KubeAPIServerFluent<A>> extends io.fabric8.kubernetes.api.builder.Fluent<A>
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceKubeAPIServerFluent.MetadataNested<N>static interfaceKubeAPIServerFluent.SpecNested<N>static interfaceKubeAPIServerFluent.StatusNested<N>
-
Method Summary
-
-
-
Method Detail
-
getApiVersion
String getApiVersion()
-
hasApiVersion
Boolean hasApiVersion()
-
withNewApiVersion
A withNewApiVersion(StringBuilder arg1)
-
withNewApiVersion
A withNewApiVersion(StringBuffer arg1)
-
getKind
String getKind()
-
hasKind
Boolean hasKind()
-
withNewKind
A withNewKind(StringBuilder arg1)
-
withNewKind
A withNewKind(StringBuffer arg1)
-
getMetadata
@Deprecated io.fabric8.kubernetes.api.model.ObjectMeta getMetadata()
Deprecated.This method has been deprecated, please use method buildMetadata instead.- Returns:
- The buildable object.
-
buildMetadata
io.fabric8.kubernetes.api.model.ObjectMeta buildMetadata()
-
withMetadata
A withMetadata(io.fabric8.kubernetes.api.model.ObjectMeta metadata)
-
hasMetadata
Boolean hasMetadata()
-
withNewMetadata
KubeAPIServerFluent.MetadataNested<A> withNewMetadata()
-
withNewMetadataLike
KubeAPIServerFluent.MetadataNested<A> withNewMetadataLike(io.fabric8.kubernetes.api.model.ObjectMeta item)
-
editMetadata
KubeAPIServerFluent.MetadataNested<A> editMetadata()
-
editOrNewMetadata
KubeAPIServerFluent.MetadataNested<A> editOrNewMetadata()
-
editOrNewMetadataLike
KubeAPIServerFluent.MetadataNested<A> editOrNewMetadataLike(io.fabric8.kubernetes.api.model.ObjectMeta item)
-
getSpec
@Deprecated KubeAPIServerSpec getSpec()
Deprecated.This method has been deprecated, please use method buildSpec instead.- Returns:
- The buildable object.
-
buildSpec
KubeAPIServerSpec buildSpec()
-
withSpec
A withSpec(KubeAPIServerSpec spec)
-
hasSpec
Boolean hasSpec()
-
withNewSpec
KubeAPIServerFluent.SpecNested<A> withNewSpec()
-
withNewSpecLike
KubeAPIServerFluent.SpecNested<A> withNewSpecLike(KubeAPIServerSpec item)
-
editSpec
KubeAPIServerFluent.SpecNested<A> editSpec()
-
editOrNewSpec
KubeAPIServerFluent.SpecNested<A> editOrNewSpec()
-
editOrNewSpecLike
KubeAPIServerFluent.SpecNested<A> editOrNewSpecLike(KubeAPIServerSpec item)
-
getStatus
@Deprecated KubeAPIServerStatus getStatus()
Deprecated.This method has been deprecated, please use method buildStatus instead.- Returns:
- The buildable object.
-
buildStatus
KubeAPIServerStatus buildStatus()
-
withStatus
A withStatus(KubeAPIServerStatus status)
-
hasStatus
Boolean hasStatus()
-
withNewStatus
KubeAPIServerFluent.StatusNested<A> withNewStatus()
-
withNewStatusLike
KubeAPIServerFluent.StatusNested<A> withNewStatusLike(KubeAPIServerStatus item)
-
editStatus
KubeAPIServerFluent.StatusNested<A> editStatus()
-
editOrNewStatus
KubeAPIServerFluent.StatusNested<A> editOrNewStatus()
-
editOrNewStatusLike
KubeAPIServerFluent.StatusNested<A> editOrNewStatusLike(KubeAPIServerStatus item)
-
-