public class KeyRefBuilder extends KeyRefFluentImpl<KeyRefBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<KeyRef,KeyRefBuilder>
| Constructor and Description |
|---|
KeyRefBuilder() |
KeyRefBuilder(Boolean validationEnabled) |
KeyRefBuilder(KeyRef instance) |
KeyRefBuilder(KeyRef instance,
Boolean validationEnabled) |
KeyRefBuilder(KeyRefFluent<?> fluent) |
KeyRefBuilder(KeyRefFluent<?> fluent,
Boolean validationEnabled) |
KeyRefBuilder(KeyRefFluent<?> fluent,
KeyRef instance) |
KeyRefBuilder(KeyRefFluent<?> fluent,
KeyRef instance,
Boolean validationEnabled) |
| Modifier and Type | Method and Description |
|---|---|
KeyRef |
build() |
equals, getData, getHashAlgorithm, getKms, getSecretRef, hasData, hasHashAlgorithm, hashCode, hasKms, hasSecretRef, toString, withData, withHashAlgorithm, withKms, withNewSecretRef, withSecretRefaccept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic KeyRefBuilder()
public KeyRefBuilder(Boolean validationEnabled)
public KeyRefBuilder(KeyRefFluent<?> fluent)
public KeyRefBuilder(KeyRefFluent<?> fluent, Boolean validationEnabled)
public KeyRefBuilder(KeyRefFluent<?> fluent, KeyRef instance)
public KeyRefBuilder(KeyRefFluent<?> fluent, KeyRef instance, Boolean validationEnabled)
public KeyRefBuilder(KeyRef instance)
Copyright © 2015–2023 Red Hat. All rights reserved.