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 TypeMethodDescriptionstring control_plane_url = 1 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteStringstring control_plane_url = 1 [(.google.api.field_behavior) = REQUIRED];string credential_id = 3 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteStringstring credential_id = 3 [(.google.api.field_behavior) = OPTIONAL];string namespace = 2 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteStringstring namespace = 2 [(.google.api.field_behavior) = OPTIONAL];booleanbool trust_certs = 4 [(.google.api.field_behavior) = OPTIONAL];Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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.
-