Class Sources
- java.lang.Object
-
- io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.projected.Sources
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.java.generator.CRGeneratorRunner") public class Sources extends Object implements io.fabric8.kubernetes.api.model.KubernetesResource
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Sources()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConfigMapgetConfigMap()DownwardAPIgetDownwardAPI()SecretgetSecret()ServiceAccountTokengetServiceAccountToken()voidsetConfigMap(ConfigMap configMap)voidsetDownwardAPI(DownwardAPI downwardAPI)voidsetSecret(Secret secret)voidsetServiceAccountToken(ServiceAccountToken serviceAccountToken)
-
-
-
Method Detail
-
getConfigMap
public ConfigMap getConfigMap()
-
setConfigMap
public void setConfigMap(ConfigMap configMap)
-
getDownwardAPI
public DownwardAPI getDownwardAPI()
-
setDownwardAPI
public void setDownwardAPI(DownwardAPI downwardAPI)
-
getSecret
public Secret getSecret()
-
setSecret
public void setSecret(Secret secret)
-
getServiceAccountToken
public ServiceAccountToken getServiceAccountToken()
-
setServiceAccountToken
public void setServiceAccountToken(ServiceAccountToken serviceAccountToken)
-
-