Interface AuthenticationFluent<A extends AuthenticationFluent<A>>
-
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
AuthenticationListFluent.ItemsNested<N>,AuthenticationSpecFluent.AuthenticationObservedConfigNested<N>,AuthenticationSpecFluent.AuthenticationUnsupportedConfigOverridesNested<N>,ConsoleSpecFluent.AuthenticationObservedConfigNested<N>,ConsoleSpecFluent.AuthenticationUnsupportedConfigOverridesNested<N>,CSISnapshotControllerSpecFluent.AuthenticationObservedConfigNested<N>,CSISnapshotControllerSpecFluent.AuthenticationUnsupportedConfigOverridesNested<N>,EtcdSpecFluent.AuthenticationObservedConfigNested<N>,EtcdSpecFluent.AuthenticationUnsupportedConfigOverridesNested<N>,KubeAPIServerSpecFluent.AuthenticationObservedConfigNested<N>,KubeAPIServerSpecFluent.AuthenticationUnsupportedConfigOverridesNested<N>,KubeControllerManagerSpecFluent.AuthenticationObservedConfigNested<N>,KubeControllerManagerSpecFluent.AuthenticationUnsupportedConfigOverridesNested<N>,KubeSchedulerSpecFluent.AuthenticationObservedConfigNested<N>,KubeSchedulerSpecFluent.AuthenticationUnsupportedConfigOverridesNested<N>,KubeStorageVersionMigratorSpecFluent.AuthenticationObservedConfigNested<N>,KubeStorageVersionMigratorSpecFluent.AuthenticationUnsupportedConfigOverridesNested<N>,OpenShiftAPIServerSpecFluent.AuthenticationObservedConfigNested<N>,OpenShiftAPIServerSpecFluent.AuthenticationUnsupportedConfigOverridesNested<N>,OpenShiftControllerManagerSpecFluent.AuthenticationObservedConfigNested<N>,OpenShiftControllerManagerSpecFluent.AuthenticationUnsupportedConfigOverridesNested<N>,ServiceCASpecFluent.AuthenticationObservedConfigNested<N>,ServiceCASpecFluent.AuthenticationUnsupportedConfigOverridesNested<N>,ServiceCatalogAPIServerSpecFluent.AuthenticationObservedConfigNested<N>,ServiceCatalogAPIServerSpecFluent.AuthenticationUnsupportedConfigOverridesNested<N>,ServiceCatalogControllerManagerSpecFluent.AuthenticationObservedConfigNested<N>,ServiceCatalogControllerManagerSpecFluent.AuthenticationUnsupportedConfigOverridesNested<N>
- All Known Implementing Classes:
AuthenticationBuilder,AuthenticationFluentImpl,AuthenticationListFluentImpl.ItemsNestedImpl,AuthenticationSpecFluentImpl.AuthenticationObservedConfigNestedImpl,AuthenticationSpecFluentImpl.AuthenticationUnsupportedConfigOverridesNestedImpl,ConsoleSpecFluentImpl.AuthenticationObservedConfigNestedImpl,ConsoleSpecFluentImpl.AuthenticationUnsupportedConfigOverridesNestedImpl,CSISnapshotControllerSpecFluentImpl.AuthenticationObservedConfigNestedImpl,CSISnapshotControllerSpecFluentImpl.AuthenticationUnsupportedConfigOverridesNestedImpl,EtcdSpecFluentImpl.AuthenticationObservedConfigNestedImpl,EtcdSpecFluentImpl.AuthenticationUnsupportedConfigOverridesNestedImpl,KubeAPIServerSpecFluentImpl.AuthenticationObservedConfigNestedImpl,KubeAPIServerSpecFluentImpl.AuthenticationUnsupportedConfigOverridesNestedImpl,KubeControllerManagerSpecFluentImpl.AuthenticationObservedConfigNestedImpl,KubeControllerManagerSpecFluentImpl.AuthenticationUnsupportedConfigOverridesNestedImpl,KubeSchedulerSpecFluentImpl.AuthenticationObservedConfigNestedImpl,KubeSchedulerSpecFluentImpl.AuthenticationUnsupportedConfigOverridesNestedImpl,KubeStorageVersionMigratorSpecFluentImpl.AuthenticationObservedConfigNestedImpl,KubeStorageVersionMigratorSpecFluentImpl.AuthenticationUnsupportedConfigOverridesNestedImpl,OpenShiftAPIServerSpecFluentImpl.AuthenticationObservedConfigNestedImpl,OpenShiftAPIServerSpecFluentImpl.AuthenticationUnsupportedConfigOverridesNestedImpl,OpenShiftControllerManagerSpecFluentImpl.AuthenticationObservedConfigNestedImpl,OpenShiftControllerManagerSpecFluentImpl.AuthenticationUnsupportedConfigOverridesNestedImpl,ServiceCASpecFluentImpl.AuthenticationObservedConfigNestedImpl,ServiceCASpecFluentImpl.AuthenticationUnsupportedConfigOverridesNestedImpl,ServiceCatalogAPIServerSpecFluentImpl.AuthenticationObservedConfigNestedImpl,ServiceCatalogAPIServerSpecFluentImpl.AuthenticationUnsupportedConfigOverridesNestedImpl,ServiceCatalogControllerManagerSpecFluentImpl.AuthenticationObservedConfigNestedImpl,ServiceCatalogControllerManagerSpecFluentImpl.AuthenticationUnsupportedConfigOverridesNestedImpl
public interface AuthenticationFluent<A extends AuthenticationFluent<A>> extends io.fabric8.kubernetes.api.builder.Fluent<A>
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceAuthenticationFluent.MetadataNested<N>static interfaceAuthenticationFluent.SpecNested<N>static interfaceAuthenticationFluent.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
AuthenticationFluent.MetadataNested<A> withNewMetadata()
-
withNewMetadataLike
AuthenticationFluent.MetadataNested<A> withNewMetadataLike(io.fabric8.kubernetes.api.model.ObjectMeta item)
-
editMetadata
AuthenticationFluent.MetadataNested<A> editMetadata()
-
editOrNewMetadata
AuthenticationFluent.MetadataNested<A> editOrNewMetadata()
-
editOrNewMetadataLike
AuthenticationFluent.MetadataNested<A> editOrNewMetadataLike(io.fabric8.kubernetes.api.model.ObjectMeta item)
-
getSpec
@Deprecated AuthenticationSpec getSpec()
Deprecated.This method has been deprecated, please use method buildSpec instead.- Returns:
- The buildable object.
-
buildSpec
AuthenticationSpec buildSpec()
-
withSpec
A withSpec(AuthenticationSpec spec)
-
hasSpec
Boolean hasSpec()
-
withNewSpec
AuthenticationFluent.SpecNested<A> withNewSpec()
-
withNewSpecLike
AuthenticationFluent.SpecNested<A> withNewSpecLike(AuthenticationSpec item)
-
editSpec
AuthenticationFluent.SpecNested<A> editSpec()
-
editOrNewSpec
AuthenticationFluent.SpecNested<A> editOrNewSpec()
-
editOrNewSpecLike
AuthenticationFluent.SpecNested<A> editOrNewSpecLike(AuthenticationSpec item)
-
getStatus
@Deprecated AuthenticationStatus getStatus()
Deprecated.This method has been deprecated, please use method buildStatus instead.- Returns:
- The buildable object.
-
buildStatus
AuthenticationStatus buildStatus()
-
withStatus
A withStatus(AuthenticationStatus status)
-
hasStatus
Boolean hasStatus()
-
withNewStatus
AuthenticationFluent.StatusNested<A> withNewStatus()
-
withNewStatusLike
AuthenticationFluent.StatusNested<A> withNewStatusLike(AuthenticationStatus item)
-
editStatus
AuthenticationFluent.StatusNested<A> editStatus()
-
editOrNewStatus
AuthenticationFluent.StatusNested<A> editOrNewStatus()
-
editOrNewStatusLike
AuthenticationFluent.StatusNested<A> editOrNewStatusLike(AuthenticationStatus item)
-
-