Class GCPAuthenticator

java.lang.Object
io.kubernetes.client.util.authenticators.GCPAuthenticator
All Implemented Interfaces:
Authenticator

public class GCPAuthenticator extends Object implements Authenticator
The Authenticator interface represents a plugin that can handle a specific type of authentication information (e.g. 'gcp')
  • Constructor Details

    • GCPAuthenticator

      public GCPAuthenticator()
    • GCPAuthenticator

      public GCPAuthenticator(ProcessBuilder pb, com.google.auth.oauth2.GoogleCredentials gc)
  • Method Details