public interface SdsSecretConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Name (FQDN, UUID, SPKI, SHA256, etc.) by which the secret can be uniquely referred to.
|
com.google.protobuf.ByteString |
getNameBytes()
Name (FQDN, UUID, SPKI, SHA256, etc.) by which the secret can be uniquely referred to.
|
ConfigSource |
getSdsConfig()
.envoy.config.core.v3.ConfigSource sds_config = 2; |
ConfigSourceOrBuilder |
getSdsConfigOrBuilder()
.envoy.config.core.v3.ConfigSource sds_config = 2; |
ResourceLocator |
getSdsResourceLocator()
Resource locator for SDS.
|
ResourceLocatorOrBuilder |
getSdsResourceLocatorOrBuilder()
Resource locator for SDS.
|
boolean |
hasSdsConfig()
.envoy.config.core.v3.ConfigSource sds_config = 2; |
boolean |
hasSdsResourceLocator()
Resource locator for SDS.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
Name (FQDN, UUID, SPKI, SHA256, etc.) by which the secret can be uniquely referred to. When both name and config are specified, then secret can be fetched and/or reloaded via SDS. When only name is specified, then secret will be loaded from static resources.
string name = 1 [(.udpa.annotations.field_migrate) = { ... }com.google.protobuf.ByteString getNameBytes()
Name (FQDN, UUID, SPKI, SHA256, etc.) by which the secret can be uniquely referred to. When both name and config are specified, then secret can be fetched and/or reloaded via SDS. When only name is specified, then secret will be loaded from static resources.
string name = 1 [(.udpa.annotations.field_migrate) = { ... }boolean hasSdsResourceLocator()
Resource locator for SDS. This is mutually exclusive to *name*. [#not-implemented-hide:]
.udpa.core.v1.ResourceLocator sds_resource_locator = 3 [(.udpa.annotations.field_migrate) = { ... }ResourceLocator getSdsResourceLocator()
Resource locator for SDS. This is mutually exclusive to *name*. [#not-implemented-hide:]
.udpa.core.v1.ResourceLocator sds_resource_locator = 3 [(.udpa.annotations.field_migrate) = { ... }ResourceLocatorOrBuilder getSdsResourceLocatorOrBuilder()
Resource locator for SDS. This is mutually exclusive to *name*. [#not-implemented-hide:]
.udpa.core.v1.ResourceLocator sds_resource_locator = 3 [(.udpa.annotations.field_migrate) = { ... }boolean hasSdsConfig()
.envoy.config.core.v3.ConfigSource sds_config = 2;ConfigSource getSdsConfig()
.envoy.config.core.v3.ConfigSource sds_config = 2;ConfigSourceOrBuilder getSdsConfigOrBuilder()
.envoy.config.core.v3.ConfigSource sds_config = 2;Copyright © 2018–2020 The Envoy Project. All rights reserved.