Uses of Class
com.yahoo.vespa.hosted.controller.api.integration.secrets.TenantSecretStore
-
-
Uses of TenantSecretStore in com.yahoo.vespa.hosted.controller.api.application.v4.model
Methods in com.yahoo.vespa.hosted.controller.api.application.v4.model that return types with arguments of type TenantSecretStore Modifier and Type Method Description List<TenantSecretStore>DeploymentData. tenantSecretStores()Constructor parameters in com.yahoo.vespa.hosted.controller.api.application.v4.model with type arguments of type TenantSecretStore Constructor Description DeploymentData(com.yahoo.config.provision.ApplicationId instance, com.yahoo.config.provision.zone.ZoneId zone, byte[] applicationPackage, com.yahoo.component.Version platform, Set<ContainerEndpoint> containerEndpoints, Optional<EndpointCertificateMetadata> endpointCertificateMetadata, Optional<com.yahoo.config.provision.DockerImage> dockerImageRepo, Optional<com.yahoo.vespa.athenz.api.AthenzDomain> athenzDomain, Quota quota, List<TenantSecretStore> tenantSecretStores, List<X509Certificate> operatorCertificates)DeploymentData(com.yahoo.config.provision.ApplicationId instance, com.yahoo.config.provision.zone.ZoneId zone, byte[] applicationPackage, com.yahoo.component.Version platform, Set<ContainerEndpoint> containerEndpoints, Optional<EndpointCertificateMetadata> endpointCertificateMetadata, Optional<com.yahoo.config.provision.DockerImage> dockerImageRepo, Optional<com.yahoo.vespa.athenz.api.AthenzDomain> athenzDomain, Quota quota, List<TenantSecretStore> tenantSecretStores, List<X509Certificate> operatorCertificates, boolean dryRun) -
Uses of TenantSecretStore in com.yahoo.vespa.hosted.controller.api.integration.configserver
Methods in com.yahoo.vespa.hosted.controller.api.integration.configserver with parameters of type TenantSecretStore Modifier and Type Method Description StringConfigServer. validateSecretStore(DeploymentId deploymentId, TenantSecretStore tenantSecretStore, String region, String parameterName)Validates secret store configuration. -
Uses of TenantSecretStore in com.yahoo.vespa.hosted.controller.api.integration.secrets
Methods in com.yahoo.vespa.hosted.controller.api.integration.secrets with parameters of type TenantSecretStore Modifier and Type Method Description voidNoopTenantSecretService. addSecretStore(com.yahoo.config.provision.TenantName tenant, TenantSecretStore tenantSecretStore, String externalId)voidTenantSecretService. addSecretStore(com.yahoo.config.provision.TenantName tenant, TenantSecretStore tenantSecretStore, String externalId)voidNoopTenantSecretService. deleteSecretStore(com.yahoo.config.provision.TenantName tenant, TenantSecretStore tenantSecretStore)voidTenantSecretService. deleteSecretStore(com.yahoo.config.provision.TenantName tenant, TenantSecretStore tenantSecretStore) -
Uses of TenantSecretStore in com.yahoo.vespa.hosted.controller.tenant
Methods in com.yahoo.vespa.hosted.controller.tenant that return types with arguments of type TenantSecretStore Modifier and Type Method Description List<TenantSecretStore>CloudTenant. tenantSecretStores()List of configured secret storesConstructor parameters in com.yahoo.vespa.hosted.controller.tenant with type arguments of type TenantSecretStore Constructor Description CloudTenant(com.yahoo.config.provision.TenantName name, Instant createdAt, LastLoginInfo lastLoginInfo, Optional<Principal> creator, com.google.common.collect.BiMap<PublicKey,Principal> developerKeys, TenantInfo info, List<TenantSecretStore> tenantSecretStores, Optional<String> archiveAccessRole)Public for the serialization layer — do not use!
-