public class OperationBuilder extends OperationFluent<OperationBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<Operation,OperationBuilder>
| Constructor and Description |
|---|
OperationBuilder() |
OperationBuilder(Boolean validationEnabled) |
OperationBuilder(Operation instance) |
OperationBuilder(Operation instance,
Boolean validationEnabled) |
OperationBuilder(OperationFluent<?> fluent) |
OperationBuilder(OperationFluent<?> fluent,
Boolean validationEnabled) |
OperationBuilder(OperationFluent<?> fluent,
Operation instance) |
OperationBuilder(OperationFluent<?> fluent,
Operation instance,
Boolean validationEnabled) |
| Modifier and Type | Method and Description |
|---|---|
Operation |
build() |
addAllToHosts, addAllToMethods, addAllToNotHosts, addAllToNotMethods, addAllToNotPaths, addAllToNotPorts, addAllToPaths, addAllToPorts, addToHosts, addToHosts, addToMethods, addToMethods, addToNotHosts, addToNotHosts, addToNotMethods, addToNotMethods, addToNotPaths, addToNotPaths, addToNotPorts, addToNotPorts, addToPaths, addToPaths, addToPorts, addToPorts, equals, getFirstHost, getFirstMethod, getFirstNotHost, getFirstNotMethod, getFirstNotPath, getFirstNotPort, getFirstPath, getFirstPort, getHost, getHosts, getLastHost, getLastMethod, getLastNotHost, getLastNotMethod, getLastNotPath, getLastNotPort, getLastPath, getLastPort, getMatchingHost, getMatchingMethod, getMatchingNotHost, getMatchingNotMethod, getMatchingNotPath, getMatchingNotPort, getMatchingPath, getMatchingPort, getMethod, getMethods, getNotHost, getNotHosts, getNotMethod, getNotMethods, getNotPath, getNotPaths, getNotPort, getNotPorts, getPath, getPaths, getPort, getPorts, hashCode, hasHosts, hasMatchingHost, hasMatchingMethod, hasMatchingNotHost, hasMatchingNotMethod, hasMatchingNotPath, hasMatchingNotPort, hasMatchingPath, hasMatchingPort, hasMethods, hasNotHosts, hasNotMethods, hasNotPaths, hasNotPorts, hasPaths, hasPorts, removeAllFromHosts, removeAllFromMethods, removeAllFromNotHosts, removeAllFromNotMethods, removeAllFromNotPaths, removeAllFromNotPorts, removeAllFromPaths, removeAllFromPorts, removeFromHosts, removeFromMethods, removeFromNotHosts, removeFromNotMethods, removeFromNotPaths, removeFromNotPorts, removeFromPaths, removeFromPorts, setToHosts, setToMethods, setToNotHosts, setToNotMethods, setToNotPaths, setToNotPorts, setToPaths, setToPorts, toString, withHosts, withHosts, withMethods, withMethods, withNotHosts, withNotHosts, withNotMethods, withNotMethods, withNotPaths, withNotPaths, withNotPorts, withNotPorts, withPaths, withPaths, withPorts, withPortsaccept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic OperationBuilder()
public OperationBuilder(Boolean validationEnabled)
public OperationBuilder(OperationFluent<?> fluent)
public OperationBuilder(OperationFluent<?> fluent, Boolean validationEnabled)
public OperationBuilder(OperationFluent<?> fluent, Operation instance)
public OperationBuilder(OperationFluent<?> fluent, Operation instance, Boolean validationEnabled)
public OperationBuilder(Operation instance)
Copyright © 2015–2023 Red Hat. All rights reserved.