public static interface Identity.Builder extends SdkPojo, CopyableBuilder<Identity.Builder,Identity>
| Modifier and Type | Method and Description |
|---|---|
default Identity.Builder |
oidc(Consumer<OIDC.Builder> oidc)
The OpenID Connect identity provider information for the cluster.
|
Identity.Builder |
oidc(OIDC oidc)
The OpenID Connect identity provider information for the cluster.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildIdentity.Builder oidc(OIDC oidc)
The OpenID Connect identity provider information for the cluster.
oidc - The OpenID Connect identity provider information for the
cluster.default Identity.Builder oidc(Consumer<OIDC.Builder> oidc)
The OpenID Connect identity provider information for the cluster.
This is a convenience that creates an instance of theOIDC.Builder avoiding the need to create one
manually via OIDC.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to oidc(OIDC).oidc - a consumer that will call methods on OIDC.Builderoidc(OIDC)Copyright © 2020. All rights reserved.