Package kubevirt.io
Class V1alpha1DataVolumeSourceRegistry
java.lang.Object
kubevirt.io.V1alpha1DataVolumeSourceRegistry
@Generated(value="io.swagger.codegen.languages.JavaClientCodegen",
date="2019-11-10T14:44:51.030+02:00")
public class V1alpha1DataVolumeSourceRegistry
extends Object
DataVolumeSourceRegistry provides the parameters to create a Data Volume from an registry source
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncertConfigMap(String certConfigMap) booleanCertConfigMap provides a reference to the Registry certsSecretRef provides the secret reference needed to access the Registry sourcegetUrl()URL is the url of the Registry sourceinthashCode()voidsetCertConfigMap(String certConfigMap) voidsetSecretRef(String secretRef) voidprivate StringConvert the given object to string with each line indented by 4 spaces (except the first line).toString()
-
Field Details
-
certConfigMap
-
secretRef
-
url
-
-
Constructor Details
-
V1alpha1DataVolumeSourceRegistry
public V1alpha1DataVolumeSourceRegistry()
-
-
Method Details
-
certConfigMap
-
getCertConfigMap
CertConfigMap provides a reference to the Registry certs- Returns:
- certConfigMap
-
setCertConfigMap
-
secretRef
-
getSecretRef
SecretRef provides the secret reference needed to access the Registry source- Returns:
- secretRef
-
setSecretRef
-
url
-
getUrl
URL is the url of the Registry source- Returns:
- url
-
setUrl
-
equals
-
hashCode
public int hashCode() -
toString
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-