public class SecretRefBuilder extends SecretRefFluentImpl<SecretRefBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<SecretRef,SecretRefBuilder>
| Constructor and Description |
|---|
SecretRefBuilder() |
SecretRefBuilder(Boolean validationEnabled) |
SecretRefBuilder(SecretRef instance) |
SecretRefBuilder(SecretRef instance,
Boolean validationEnabled) |
SecretRefBuilder(SecretRefFluent<?> fluent) |
SecretRefBuilder(SecretRefFluent<?> fluent,
Boolean validationEnabled) |
SecretRefBuilder(SecretRefFluent<?> fluent,
SecretRef instance) |
SecretRefBuilder(SecretRefFluent<?> fluent,
SecretRef instance,
Boolean validationEnabled) |
| Modifier and Type | Method and Description |
|---|---|
SecretRef |
build() |
equals, getSecretKey, getSecretName, hashCode, hasSecretKey, hasSecretName, toString, withSecretKey, withSecretNameaccept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic SecretRefBuilder()
public SecretRefBuilder(Boolean validationEnabled)
public SecretRefBuilder(SecretRefFluent<?> fluent)
public SecretRefBuilder(SecretRefFluent<?> fluent, Boolean validationEnabled)
public SecretRefBuilder(SecretRefFluent<?> fluent, SecretRef instance)
public SecretRefBuilder(SecretRefFluent<?> fluent, SecretRef instance, Boolean validationEnabled)
public SecretRefBuilder(SecretRef instance)
Copyright © 2015–2023 Red Hat. All rights reserved.