| Package | Description |
|---|---|
| io.fabric8.openshift.api.model.operator.v1 |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationSpec |
AuthenticationSpecBuilder.build() |
AuthenticationSpec |
AuthenticationFluent.buildSpec() |
AuthenticationSpec |
AuthenticationFluentImpl.buildSpec() |
AuthenticationSpec |
DoneableAuthenticationSpec.done() |
AuthenticationSpec |
AuthenticationFluent.getSpec()
Deprecated.
|
AuthenticationSpec |
AuthenticationFluentImpl.getSpec()
Deprecated.
|
AuthenticationSpec |
Authentication.getSpec() |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationFluent.SpecNested<A> |
AuthenticationFluent.editOrNewSpecLike(AuthenticationSpec item) |
AuthenticationFluent.SpecNested<A> |
AuthenticationFluentImpl.editOrNewSpecLike(AuthenticationSpec item) |
void |
Authentication.setSpec(AuthenticationSpec spec) |
AuthenticationFluent.SpecNested<A> |
AuthenticationFluent.withNewSpecLike(AuthenticationSpec item) |
AuthenticationFluent.SpecNested<A> |
AuthenticationFluentImpl.withNewSpecLike(AuthenticationSpec item) |
A |
AuthenticationFluent.withSpec(AuthenticationSpec spec) |
A |
AuthenticationFluentImpl.withSpec(AuthenticationSpec spec) |
| Constructor and Description |
|---|
Authentication(String apiVersion,
String kind,
io.fabric8.kubernetes.api.model.ObjectMeta metadata,
AuthenticationSpec spec,
AuthenticationStatus status) |
AuthenticationSpecBuilder(AuthenticationSpec instance) |
AuthenticationSpecBuilder(AuthenticationSpec instance,
Boolean validationEnabled) |
AuthenticationSpecBuilder(AuthenticationSpecFluent<?> fluent,
AuthenticationSpec instance) |
AuthenticationSpecBuilder(AuthenticationSpecFluent<?> fluent,
AuthenticationSpec instance,
Boolean validationEnabled) |
AuthenticationSpecFluentImpl(AuthenticationSpec instance) |
DoneableAuthenticationSpec(AuthenticationSpec item) |
DoneableAuthenticationSpec(AuthenticationSpec item,
io.fabric8.kubernetes.api.builder.Function<AuthenticationSpec,AuthenticationSpec> function) |
| Constructor and Description |
|---|
DoneableAuthenticationSpec(AuthenticationSpec item,
io.fabric8.kubernetes.api.builder.Function<AuthenticationSpec,AuthenticationSpec> function) |
DoneableAuthenticationSpec(AuthenticationSpec item,
io.fabric8.kubernetes.api.builder.Function<AuthenticationSpec,AuthenticationSpec> function) |
DoneableAuthenticationSpec(io.fabric8.kubernetes.api.builder.Function<AuthenticationSpec,AuthenticationSpec> function) |
DoneableAuthenticationSpec(io.fabric8.kubernetes.api.builder.Function<AuthenticationSpec,AuthenticationSpec> function) |
Copyright © 2015–2020 Red Hat. All rights reserved.