Uses of Class
io.fabric8.openshift.api.model.hive.v1.SecretMapping
-
Packages that use SecretMapping Package Description io.fabric8.openshift.api.model.hive.v1 -
-
Uses of SecretMapping in io.fabric8.openshift.api.model.hive.v1
Methods in io.fabric8.openshift.api.model.hive.v1 that return types with arguments of type SecretMapping Modifier and Type Method Description List<SecretMapping>SelectorSyncSetSpecFluent. buildSecretMappings()List<SecretMapping>SyncSetCommonSpecFluent. buildSecretMappings()List<SecretMapping>SyncSetSpecFluent. buildSecretMappings()List<SecretMapping>SelectorSyncSetSpec. getSecretMappings()Secrets is the list of secrets to sync along with their respective destinations.List<SecretMapping>SyncSetCommonSpec. getSecretMappings()Secrets is the list of secrets to sync along with their respective destinations.List<SecretMapping>SyncSetSpec. getSecretMappings()Secrets is the list of secrets to sync along with their respective destinations.Method parameters in io.fabric8.openshift.api.model.hive.v1 with type arguments of type SecretMapping Modifier and Type Method Description ASelectorSyncSetSpecFluent. addAllToSecretMappings(Collection<SecretMapping> items)ASyncSetCommonSpecFluent. addAllToSecretMappings(Collection<SecretMapping> items)ASyncSetSpecFluent. addAllToSecretMappings(Collection<SecretMapping> items)ASelectorSyncSetSpecFluent. removeAllFromSecretMappings(Collection<SecretMapping> items)ASyncSetCommonSpecFluent. removeAllFromSecretMappings(Collection<SecretMapping> items)ASyncSetSpecFluent. removeAllFromSecretMappings(Collection<SecretMapping> items)voidSelectorSyncSetSpec. setSecretMappings(List<SecretMapping> secretMappings)Secrets is the list of secrets to sync along with their respective destinations.voidSyncSetCommonSpec. setSecretMappings(List<SecretMapping> secretMappings)Secrets is the list of secrets to sync along with their respective destinations.voidSyncSetSpec. setSecretMappings(List<SecretMapping> secretMappings)Secrets is the list of secrets to sync along with their respective destinations.ASelectorSyncSetSpecFluent. withSecretMappings(List<SecretMapping> secretMappings)ASyncSetCommonSpecFluent. withSecretMappings(List<SecretMapping> secretMappings)ASyncSetSpecFluent. withSecretMappings(List<SecretMapping> secretMappings)Constructors in io.fabric8.openshift.api.model.hive.v1 with parameters of type SecretMapping Constructor Description SecretMappingBuilder(SecretMapping instance)SecretMappingBuilder(SecretMappingFluent<?> fluent, SecretMapping instance)SecretMappingFluent(SecretMapping instance)
-