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) |
| Modifier and Type | Method and Description |
|---|---|
SecretKeySelector |
buildPasswordSecretRef() |
PKCS12KeystoreFluent.PasswordSecretRefNested<A> |
editOrNewPasswordSecretRef() |
PKCS12KeystoreFluent.PasswordSecretRefNested<A> |
editOrNewPasswordSecretRefLike(SecretKeySelector item) |
PKCS12KeystoreFluent.PasswordSecretRefNested<A> |
editPasswordSecretRef() |
boolean |
equals(Object o) |
Boolean |
getCreate() |
boolean |
hasCreate() |
int |
hashCode() |
boolean |
hasPasswordSecretRef() |
String |
toString() |
A |
withCreate() |
A |
withCreate(Boolean create) |
PKCS12KeystoreFluent.PasswordSecretRefNested<A> |
withNewPasswordSecretRef() |
A |
withNewPasswordSecretRef(String key,
String name) |
PKCS12KeystoreFluent.PasswordSecretRefNested<A> |
withNewPasswordSecretRefLike(SecretKeySelector item) |
A |
withPasswordSecretRef(SecretKeySelector passwordSecretRef) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic PKCS12KeystoreFluent()
public PKCS12KeystoreFluent(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 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–2023 Red Hat. All rights reserved.