Class GitHubIdentityProvider

  • All Implemented Interfaces:
    io.fabric8.kubernetes.api.builder.Editable<GitHubIdentityProviderBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource, Serializable

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class GitHubIdentityProvider
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<GitHubIdentityProviderBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    GitHubIdentityProvider provides identities for users authenticating using GitHub credentials
    See Also:
    Serialized Form
    • Method Detail

      • getCa

        public ConfigMapNameReference getCa()
        GitHubIdentityProvider provides identities for users authenticating using GitHub credentials
      • setCa

        public void setCa​(ConfigMapNameReference ca)
        GitHubIdentityProvider provides identities for users authenticating using GitHub credentials
      • getClientID

        public String getClientID()
        clientID is the oauth client ID
      • setClientID

        public void setClientID​(String clientID)
        clientID is the oauth client ID
      • getClientSecret

        public SecretNameReference getClientSecret()
        GitHubIdentityProvider provides identities for users authenticating using GitHub credentials
      • setClientSecret

        public void setClientSecret​(SecretNameReference clientSecret)
        GitHubIdentityProvider provides identities for users authenticating using GitHub credentials
      • getHostname

        public String getHostname()
        hostname is the optional domain (e.g. "mycompany.com") for use with a hosted instance of GitHub Enterprise. It must match the GitHub Enterprise settings value configured at /setup/settings#hostname.
      • setHostname

        public void setHostname​(String hostname)
        hostname is the optional domain (e.g. "mycompany.com") for use with a hosted instance of GitHub Enterprise. It must match the GitHub Enterprise settings value configured at /setup/settings#hostname.
      • getOrganizations

        public List<String> getOrganizations()
        organizations optionally restricts which organizations are allowed to log in
      • setOrganizations

        public void setOrganizations​(List<String> organizations)
        organizations optionally restricts which organizations are allowed to log in
      • getTeams

        public List<String> getTeams()
        teams optionally restricts which teams are allowed to log in. Format is <org>/<team>.
      • setTeams

        public void setTeams​(List<String> teams)
        teams optionally restricts which teams are allowed to log in. Format is <org>/<team>.
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
      • setAdditionalProperty

        public void setAdditionalProperty​(String name,
                                          Object value)
      • setAdditionalProperties

        public void setAdditionalProperties​(Map<String,​Object> additionalProperties)