| Package | Description |
|---|---|
| io.fabric8.openshift.api.model.config.v1 |
| Modifier and Type | Method and Description |
|---|---|
OAuthSpec |
OAuthSpecBuilder.build() |
OAuthSpec |
OAuthFluent.buildSpec() |
OAuthSpec |
OAuth.getSpec() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
OAuthSpecFluent.copyInstance(OAuthSpec instance) |
OAuthFluent.SpecNested<A> |
OAuthFluent.editOrNewSpecLike(OAuthSpec item) |
void |
OAuth.setSpec(OAuthSpec spec) |
OAuthFluent.SpecNested<A> |
OAuthFluent.withNewSpecLike(OAuthSpec item) |
A |
OAuthFluent.withSpec(OAuthSpec spec) |
| Constructor and Description |
|---|
OAuth(String apiVersion,
String kind,
io.fabric8.kubernetes.api.model.ObjectMeta metadata,
OAuthSpec spec,
OAuthStatus status) |
OAuthSpecBuilder(OAuthSpec instance) |
OAuthSpecBuilder(OAuthSpecFluent<?> fluent,
OAuthSpec instance) |
OAuthSpecFluent(OAuthSpec instance) |
Copyright © 2015–2023 Red Hat. All rights reserved.