public class SourceBuilder extends SourceFluentImpl<SourceBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<Source,SourceBuilder>
| Constructor and Description |
|---|
SourceBuilder() |
SourceBuilder(Boolean validationEnabled) |
SourceBuilder(Source instance) |
SourceBuilder(Source instance,
Boolean validationEnabled) |
SourceBuilder(SourceFluent<?> fluent) |
SourceBuilder(SourceFluent<?> fluent,
Boolean validationEnabled) |
SourceBuilder(SourceFluent<?> fluent,
Source instance) |
SourceBuilder(SourceFluent<?> fluent,
Source instance,
Boolean validationEnabled) |
| Modifier and Type | Method and Description |
|---|---|
Source |
build() |
boolean |
equals(Object o) |
int |
hashCode() |
addAllToIpBlocks, addAllToNamespaces, addAllToNotIpBlocks, addAllToNotNamespaces, addAllToNotPrincipals, addAllToNotRemoteIpBlocks, addAllToNotRequestPrincipals, addAllToPrincipals, addAllToRemoteIpBlocks, addAllToRequestPrincipals, addNewIpBlock, addNewNamespace, addNewNotIpBlock, addNewNotNamespace, addNewNotPrincipal, addNewNotRemoteIpBlock, addNewNotRequestPrincipal, addNewPrincipal, addNewRemoteIpBlock, addNewRequestPrincipal, addToIpBlocks, addToIpBlocks, addToNamespaces, addToNamespaces, addToNotIpBlocks, addToNotIpBlocks, addToNotNamespaces, addToNotNamespaces, addToNotPrincipals, addToNotPrincipals, addToNotRemoteIpBlocks, addToNotRemoteIpBlocks, addToNotRequestPrincipals, addToNotRequestPrincipals, addToPrincipals, addToPrincipals, addToRemoteIpBlocks, addToRemoteIpBlocks, addToRequestPrincipals, addToRequestPrincipals, getFirstIpBlock, getFirstNamespace, getFirstNotIpBlock, getFirstNotNamespace, getFirstNotPrincipal, getFirstNotRemoteIpBlock, getFirstNotRequestPrincipal, getFirstPrincipal, getFirstRemoteIpBlock, getFirstRequestPrincipal, getIpBlock, getIpBlocks, getLastIpBlock, getLastNamespace, getLastNotIpBlock, getLastNotNamespace, getLastNotPrincipal, getLastNotRemoteIpBlock, getLastNotRequestPrincipal, getLastPrincipal, getLastRemoteIpBlock, getLastRequestPrincipal, getMatchingIpBlock, getMatchingNamespace, getMatchingNotIpBlock, getMatchingNotNamespace, getMatchingNotPrincipal, getMatchingNotRemoteIpBlock, getMatchingNotRequestPrincipal, getMatchingPrincipal, getMatchingRemoteIpBlock, getMatchingRequestPrincipal, getNamespace, getNamespaces, getNotIpBlock, getNotIpBlocks, getNotNamespace, getNotNamespaces, getNotPrincipal, getNotPrincipals, getNotRemoteIpBlock, getNotRemoteIpBlocks, getNotRequestPrincipal, getNotRequestPrincipals, getPrincipal, getPrincipals, getRemoteIpBlock, getRemoteIpBlocks, getRequestPrincipal, getRequestPrincipals, hasIpBlocks, hasMatchingIpBlock, hasMatchingNamespace, hasMatchingNotIpBlock, hasMatchingNotNamespace, hasMatchingNotPrincipal, hasMatchingNotRemoteIpBlock, hasMatchingNotRequestPrincipal, hasMatchingPrincipal, hasMatchingRemoteIpBlock, hasMatchingRequestPrincipal, hasNamespaces, hasNotIpBlocks, hasNotNamespaces, hasNotPrincipals, hasNotRemoteIpBlocks, hasNotRequestPrincipals, hasPrincipals, hasRemoteIpBlocks, hasRequestPrincipals, removeAllFromIpBlocks, removeAllFromNamespaces, removeAllFromNotIpBlocks, removeAllFromNotNamespaces, removeAllFromNotPrincipals, removeAllFromNotRemoteIpBlocks, removeAllFromNotRequestPrincipals, removeAllFromPrincipals, removeAllFromRemoteIpBlocks, removeAllFromRequestPrincipals, removeFromIpBlocks, removeFromNamespaces, removeFromNotIpBlocks, removeFromNotNamespaces, removeFromNotPrincipals, removeFromNotRemoteIpBlocks, removeFromNotRequestPrincipals, removeFromPrincipals, removeFromRemoteIpBlocks, removeFromRequestPrincipals, setToIpBlocks, setToNamespaces, setToNotIpBlocks, setToNotNamespaces, setToNotPrincipals, setToNotRemoteIpBlocks, setToNotRequestPrincipals, setToPrincipals, setToRemoteIpBlocks, setToRequestPrincipals, withIpBlocks, withIpBlocks, withNamespaces, withNamespaces, withNotIpBlocks, withNotIpBlocks, withNotNamespaces, withNotNamespaces, withNotPrincipals, withNotPrincipals, withNotRemoteIpBlocks, withNotRemoteIpBlocks, withNotRequestPrincipals, withNotRequestPrincipals, withPrincipals, withPrincipals, withRemoteIpBlocks, withRemoteIpBlocks, withRequestPrincipals, withRequestPrincipalsaccept, accept, acceptInternal, aggregate, aggregate, build, build, builderOf, canVisit, hasCompatibleVisitMethodpublic SourceBuilder()
public SourceBuilder(Boolean validationEnabled)
public SourceBuilder(SourceFluent<?> fluent)
public SourceBuilder(SourceFluent<?> fluent, Boolean validationEnabled)
public SourceBuilder(SourceFluent<?> fluent, Source instance)
public SourceBuilder(SourceFluent<?> fluent, Source instance, Boolean validationEnabled)
public SourceBuilder(Source instance)
public Source build()
build in interface io.fabric8.kubernetes.api.builder.Builder<Source>public boolean equals(Object o)
equals in class SourceFluentImpl<SourceBuilder>public int hashCode()
hashCode in class SourceFluentImpl<SourceBuilder>Copyright © 2015–2022 Red Hat. All rights reserved.