public class PKCS12KeystoreFluent<A extends PKCS12KeystoreFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
PKCS12KeystoreFluent.PasswordSecretRefNested<N> |
| Constructor and Description |
|---|
PKCS12KeystoreFluent() |
PKCS12KeystoreFluent(PKCS12Keystore instance) |
public PKCS12KeystoreFluent()
public PKCS12KeystoreFluent(PKCS12Keystore instance)
protected void copyInstance(PKCS12Keystore instance)
public Boolean getCreate()
public boolean hasCreate()
public SecretKeySelector buildPasswordSecretRef()
public A withPasswordSecretRef(SecretKeySelector passwordSecretRef)
public boolean hasPasswordSecretRef()
public PKCS12KeystoreFluent.PasswordSecretRefNested<A> withNewPasswordSecretRef()
public PKCS12KeystoreFluent.PasswordSecretRefNested<A> withNewPasswordSecretRefLike(SecretKeySelector item)
public PKCS12KeystoreFluent.PasswordSecretRefNested<A> editPasswordSecretRef()
public PKCS12KeystoreFluent.PasswordSecretRefNested<A> editOrNewPasswordSecretRef()
public PKCS12KeystoreFluent.PasswordSecretRefNested<A> editOrNewPasswordSecretRefLike(SecretKeySelector item)
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
public boolean hasAdditionalProperties()
public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends PKCS12KeystoreFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends PKCS12KeystoreFluent<A>>public A withCreate()
Copyright © 2015–2024 Red Hat. All rights reserved.