Class GitHubIdentityProviderBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.config.v1.GitHubIdentityProviderFluent<GitHubIdentityProviderBuilder>
-
- io.fabric8.openshift.api.model.config.v1.GitHubIdentityProviderBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<GitHubIdentityProvider>,io.fabric8.kubernetes.api.builder.Visitable<GitHubIdentityProviderBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<GitHubIdentityProvider,GitHubIdentityProviderBuilder>
public class GitHubIdentityProviderBuilder extends GitHubIdentityProviderFluent<GitHubIdentityProviderBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<GitHubIdentityProvider,GitHubIdentityProviderBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.openshift.api.model.config.v1.GitHubIdentityProviderFluent
GitHubIdentityProviderFluent.CaNested<N>, GitHubIdentityProviderFluent.ClientSecretNested<N>
-
-
Constructor Summary
Constructors Constructor Description GitHubIdentityProviderBuilder()GitHubIdentityProviderBuilder(GitHubIdentityProvider instance)GitHubIdentityProviderBuilder(GitHubIdentityProviderFluent<?> fluent)GitHubIdentityProviderBuilder(GitHubIdentityProviderFluent<?> fluent, GitHubIdentityProvider instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GitHubIdentityProviderbuild()-
Methods inherited from class io.fabric8.openshift.api.model.config.v1.GitHubIdentityProviderFluent
addAllToOrganizations, addAllToTeams, addToAdditionalProperties, addToAdditionalProperties, addToOrganizations, addToOrganizations, addToTeams, addToTeams, buildCa, buildClientSecret, copyInstance, editCa, editClientSecret, editOrNewCa, editOrNewCaLike, editOrNewClientSecret, editOrNewClientSecretLike, equals, getAdditionalProperties, getClientID, getFirstOrganization, getFirstTeam, getHostname, getLastOrganization, getLastTeam, getMatchingOrganization, getMatchingTeam, getOrganization, getOrganizations, getTeam, getTeams, hasAdditionalProperties, hasCa, hasClientID, hasClientSecret, hashCode, hasHostname, hasMatchingOrganization, hasMatchingTeam, hasOrganizations, hasTeams, removeAllFromOrganizations, removeAllFromTeams, removeFromAdditionalProperties, removeFromAdditionalProperties, removeFromOrganizations, removeFromTeams, setToOrganizations, setToTeams, toString, withAdditionalProperties, withCa, withClientID, withClientSecret, withHostname, withNewCa, withNewCa, withNewCaLike, withNewClientSecret, withNewClientSecret, withNewClientSecretLike, withOrganizations, withOrganizations, withTeams, withTeams
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
GitHubIdentityProviderBuilder
public GitHubIdentityProviderBuilder()
-
GitHubIdentityProviderBuilder
public GitHubIdentityProviderBuilder(GitHubIdentityProviderFluent<?> fluent)
-
GitHubIdentityProviderBuilder
public GitHubIdentityProviderBuilder(GitHubIdentityProviderFluent<?> fluent, GitHubIdentityProvider instance)
-
GitHubIdentityProviderBuilder
public GitHubIdentityProviderBuilder(GitHubIdentityProvider instance)
-
-
Method Detail
-
build
public GitHubIdentityProvider build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<GitHubIdentityProvider>
-
-