Interface KubeconfigOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Kubeconfig, Kubeconfig.Builder

public interface KubeconfigOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    string control_plane_url = 1 [(.google.api.field_behavior) = REQUIRED];
    com.google.protobuf.ByteString
    string control_plane_url = 1 [(.google.api.field_behavior) = REQUIRED];
    string credential_id = 3 [(.google.api.field_behavior) = OPTIONAL];
    com.google.protobuf.ByteString
    string credential_id = 3 [(.google.api.field_behavior) = OPTIONAL];
    string namespace = 2 [(.google.api.field_behavior) = OPTIONAL];
    com.google.protobuf.ByteString
    string namespace = 2 [(.google.api.field_behavior) = OPTIONAL];
    boolean
    bool trust_certs = 4 [(.google.api.field_behavior) = OPTIONAL];

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getControlPlaneUrl

      String getControlPlaneUrl()
      string control_plane_url = 1 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The controlPlaneUrl.
    • getControlPlaneUrlBytes

      com.google.protobuf.ByteString getControlPlaneUrlBytes()
      string control_plane_url = 1 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The bytes for controlPlaneUrl.
    • getNamespace

      String getNamespace()
      string namespace = 2 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The namespace.
    • getNamespaceBytes

      com.google.protobuf.ByteString getNamespaceBytes()
      string namespace = 2 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The bytes for namespace.
    • getCredentialId

      String getCredentialId()
      string credential_id = 3 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The credentialId.
    • getCredentialIdBytes

      com.google.protobuf.ByteString getCredentialIdBytes()
      string credential_id = 3 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The bytes for credentialId.
    • getTrustCerts

      boolean getTrustCerts()
      bool trust_certs = 4 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The trustCerts.