GitConfig.Builder |
GitConfig.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
GitConfig.Builder |
GitConfig.Builder.clear() |
|
GitConfig.Builder |
GitConfig.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
GitConfig.Builder |
GitConfig.Builder.clearGcpServiceAccountEmail() |
The GCP Service Account Email used for auth when secret_type is
gcpServiceAccount.
|
GitConfig.Builder |
GitConfig.Builder.clearHttpsProxy() |
URL for the HTTPS proxy to be used when communicating with the Git repo.
|
GitConfig.Builder |
GitConfig.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
GitConfig.Builder |
GitConfig.Builder.clearPolicyDir() |
The path within the Git repository that represents the top level of the
repo to sync.
|
GitConfig.Builder |
GitConfig.Builder.clearSecretType() |
Type of secret configured for access to the Git repo.
|
GitConfig.Builder |
GitConfig.Builder.clearSyncBranch() |
The branch of the repository to sync from.
|
GitConfig.Builder |
GitConfig.Builder.clearSyncRepo() |
The URL of the Git repository to use as the source of truth.
|
GitConfig.Builder |
GitConfig.Builder.clearSyncRev() |
Git revision (tag or hash) to check out.
|
GitConfig.Builder |
GitConfig.Builder.clearSyncWaitSecs() |
Period in seconds between consecutive syncs.
|
GitConfig.Builder |
GitConfig.Builder.clone() |
|
GitConfig.Builder |
ConfigSync.Builder.getGitBuilder() |
Git repo configuration for the cluster.
|
GitConfig.Builder |
GitConfig.Builder.mergeFrom(GitConfig other) |
|
GitConfig.Builder |
GitConfig.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
GitConfig.Builder |
GitConfig.Builder.mergeFrom(com.google.protobuf.Message other) |
|
GitConfig.Builder |
GitConfig.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static GitConfig.Builder |
GitConfig.newBuilder() |
|
static GitConfig.Builder |
GitConfig.newBuilder(GitConfig prototype) |
|
GitConfig.Builder |
GitConfig.newBuilderForType() |
|
protected GitConfig.Builder |
GitConfig.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
GitConfig.Builder |
GitConfig.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
GitConfig.Builder |
GitConfig.Builder.setGcpServiceAccountEmail(String value) |
The GCP Service Account Email used for auth when secret_type is
gcpServiceAccount.
|
GitConfig.Builder |
GitConfig.Builder.setGcpServiceAccountEmailBytes(com.google.protobuf.ByteString value) |
The GCP Service Account Email used for auth when secret_type is
gcpServiceAccount.
|
GitConfig.Builder |
GitConfig.Builder.setHttpsProxy(String value) |
URL for the HTTPS proxy to be used when communicating with the Git repo.
|
GitConfig.Builder |
GitConfig.Builder.setHttpsProxyBytes(com.google.protobuf.ByteString value) |
URL for the HTTPS proxy to be used when communicating with the Git repo.
|
GitConfig.Builder |
GitConfig.Builder.setPolicyDir(String value) |
The path within the Git repository that represents the top level of the
repo to sync.
|
GitConfig.Builder |
GitConfig.Builder.setPolicyDirBytes(com.google.protobuf.ByteString value) |
The path within the Git repository that represents the top level of the
repo to sync.
|
GitConfig.Builder |
GitConfig.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
GitConfig.Builder |
GitConfig.Builder.setSecretType(String value) |
Type of secret configured for access to the Git repo.
|
GitConfig.Builder |
GitConfig.Builder.setSecretTypeBytes(com.google.protobuf.ByteString value) |
Type of secret configured for access to the Git repo.
|
GitConfig.Builder |
GitConfig.Builder.setSyncBranch(String value) |
The branch of the repository to sync from.
|
GitConfig.Builder |
GitConfig.Builder.setSyncBranchBytes(com.google.protobuf.ByteString value) |
The branch of the repository to sync from.
|
GitConfig.Builder |
GitConfig.Builder.setSyncRepo(String value) |
The URL of the Git repository to use as the source of truth.
|
GitConfig.Builder |
GitConfig.Builder.setSyncRepoBytes(com.google.protobuf.ByteString value) |
The URL of the Git repository to use as the source of truth.
|
GitConfig.Builder |
GitConfig.Builder.setSyncRev(String value) |
Git revision (tag or hash) to check out.
|
GitConfig.Builder |
GitConfig.Builder.setSyncRevBytes(com.google.protobuf.ByteString value) |
Git revision (tag or hash) to check out.
|
GitConfig.Builder |
GitConfig.Builder.setSyncWaitSecs(long value) |
Period in seconds between consecutive syncs.
|
GitConfig.Builder |
GitConfig.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
GitConfig.Builder |
GitConfig.toBuilder() |
|