Class SignatureStore
- java.lang.Object
-
- io.fabric8.openshift.api.model.config.v1.SignatureStore
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<SignatureStoreBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class SignatureStore extends Object implements io.fabric8.kubernetes.api.builder.Editable<SignatureStoreBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
SignatureStore represents the URL of custom Signature Store- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SignatureStore()No args constructor for use in serializationSignatureStore(ConfigMapNameReference ca, String url)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SignatureStoreBuilderedit()Map<String,Object>getAdditionalProperties()ConfigMapNameReferencegetCa()SignatureStore represents the URL of custom Signature StoreStringgetUrl()url contains the upstream custom signature store URL. url should be a valid absolute http/https URI of an upstream signature store as per rfc1738.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetCa(ConfigMapNameReference ca)SignatureStore represents the URL of custom Signature StorevoidsetUrl(String url)url contains the upstream custom signature store URL. url should be a valid absolute http/https URI of an upstream signature store as per rfc1738.SignatureStoreBuildertoBuilder()
-
-
-
Constructor Detail
-
SignatureStore
public SignatureStore()
No args constructor for use in serialization
-
SignatureStore
public SignatureStore(ConfigMapNameReference ca, String url)
-
-
Method Detail
-
getCa
public ConfigMapNameReference getCa()
SignatureStore represents the URL of custom Signature Store
-
setCa
public void setCa(ConfigMapNameReference ca)
SignatureStore represents the URL of custom Signature Store
-
getUrl
public String getUrl()
url contains the upstream custom signature store URL. url should be a valid absolute http/https URI of an upstream signature store as per rfc1738. This must be provided and cannot be empty.
-
setUrl
public void setUrl(String url)
url contains the upstream custom signature store URL. url should be a valid absolute http/https URI of an upstream signature store as per rfc1738. This must be provided and cannot be empty.
-
edit
public SignatureStoreBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<SignatureStoreBuilder>
-
toBuilder
public SignatureStoreBuilder toBuilder()
-
-