| Package | Description |
|---|---|
| io.fabric8.openshift.api.model.operator.v1 |
| Modifier and Type | Method and Description |
|---|---|
OAuthAPIServerStatus |
OAuthAPIServerStatusBuilder.build() |
OAuthAPIServerStatus |
AuthenticationStatusFluentImpl.buildOauthAPIServer() |
OAuthAPIServerStatus |
AuthenticationStatusFluent.buildOauthAPIServer() |
OAuthAPIServerStatus |
AuthenticationStatusFluentImpl.getOauthAPIServer()
Deprecated.
|
OAuthAPIServerStatus |
AuthenticationStatusFluent.getOauthAPIServer()
Deprecated.
|
OAuthAPIServerStatus |
AuthenticationStatus.getOauthAPIServer() |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationStatusFluent.OauthAPIServerNested<A> |
AuthenticationStatusFluentImpl.editOrNewOauthAPIServerLike(OAuthAPIServerStatus item) |
AuthenticationStatusFluent.OauthAPIServerNested<A> |
AuthenticationStatusFluent.editOrNewOauthAPIServerLike(OAuthAPIServerStatus item) |
void |
AuthenticationStatus.setOauthAPIServer(OAuthAPIServerStatus oauthAPIServer) |
AuthenticationStatusFluent.OauthAPIServerNested<A> |
AuthenticationStatusFluentImpl.withNewOauthAPIServerLike(OAuthAPIServerStatus item) |
AuthenticationStatusFluent.OauthAPIServerNested<A> |
AuthenticationStatusFluent.withNewOauthAPIServerLike(OAuthAPIServerStatus item) |
A |
AuthenticationStatusFluentImpl.withOauthAPIServer(OAuthAPIServerStatus oauthAPIServer) |
A |
AuthenticationStatusFluent.withOauthAPIServer(OAuthAPIServerStatus oauthAPIServer) |
| Constructor and Description |
|---|
AuthenticationStatus(List<OperatorCondition> conditions,
List<GenerationStatus> generations,
Boolean managingOAuthAPIServer,
OAuthAPIServerStatus oauthAPIServer,
Long observedGeneration,
Integer readyReplicas,
String version) |
OAuthAPIServerStatusBuilder(OAuthAPIServerStatus instance) |
OAuthAPIServerStatusBuilder(OAuthAPIServerStatus instance,
Boolean validationEnabled) |
OAuthAPIServerStatusBuilder(OAuthAPIServerStatusFluent<?> fluent,
OAuthAPIServerStatus instance) |
OAuthAPIServerStatusBuilder(OAuthAPIServerStatusFluent<?> fluent,
OAuthAPIServerStatus instance,
Boolean validationEnabled) |
OAuthAPIServerStatusFluentImpl(OAuthAPIServerStatus instance) |
Copyright © 2015–2021 Red Hat. All rights reserved.