public interface V1APIGroupFluent<A extends V1APIGroupFluent<A>> extends Fluent<A>
Modifier and Type | Interface and Description |
---|---|
static interface |
V1APIGroupFluent.PreferredVersionNested<N> |
static interface |
V1APIGroupFluent.ServerAddressByClientCIDRsNested<N> |
static interface |
V1APIGroupFluent.VersionsNested<N> |
String getApiVersion()
Boolean hasApiVersion()
A withNewApiVersion(StringBuilder arg1)
A withNewApiVersion(StringBuffer arg1)
String getKind()
Boolean hasKind()
A withNewKind(StringBuilder arg1)
A withNewKind(StringBuffer arg1)
String getName()
Boolean hasName()
A withNewName(StringBuilder arg1)
A withNewName(StringBuffer arg1)
@Deprecated V1GroupVersionForDiscovery getPreferredVersion()
V1GroupVersionForDiscovery buildPreferredVersion()
A withPreferredVersion(V1GroupVersionForDiscovery preferredVersion)
Boolean hasPreferredVersion()
V1APIGroupFluent.PreferredVersionNested<A> withNewPreferredVersion()
V1APIGroupFluent.PreferredVersionNested<A> withNewPreferredVersionLike(V1GroupVersionForDiscovery item)
V1APIGroupFluent.PreferredVersionNested<A> editPreferredVersion()
V1APIGroupFluent.PreferredVersionNested<A> editOrNewPreferredVersion()
V1APIGroupFluent.PreferredVersionNested<A> editOrNewPreferredVersionLike(V1GroupVersionForDiscovery item)
A addToServerAddressByClientCIDRs(int index, V1ServerAddressByClientCIDR item)
A setToServerAddressByClientCIDRs(int index, V1ServerAddressByClientCIDR item)
A addToServerAddressByClientCIDRs(V1ServerAddressByClientCIDR... items)
A addAllToServerAddressByClientCIDRs(Collection<V1ServerAddressByClientCIDR> items)
A removeFromServerAddressByClientCIDRs(V1ServerAddressByClientCIDR... items)
A removeAllFromServerAddressByClientCIDRs(Collection<V1ServerAddressByClientCIDR> items)
A removeMatchingFromServerAddressByClientCIDRs(Predicate<V1ServerAddressByClientCIDRBuilder> predicate)
@Deprecated List<V1ServerAddressByClientCIDR> getServerAddressByClientCIDRs()
List<V1ServerAddressByClientCIDR> buildServerAddressByClientCIDRs()
V1ServerAddressByClientCIDR buildServerAddressByClientCIDR(int index)
V1ServerAddressByClientCIDR buildFirstServerAddressByClientCIDR()
V1ServerAddressByClientCIDR buildLastServerAddressByClientCIDR()
V1ServerAddressByClientCIDR buildMatchingServerAddressByClientCIDR(Predicate<V1ServerAddressByClientCIDRBuilder> predicate)
Boolean hasMatchingServerAddressByClientCIDR(Predicate<V1ServerAddressByClientCIDRBuilder> predicate)
A withServerAddressByClientCIDRs(List<V1ServerAddressByClientCIDR> serverAddressByClientCIDRs)
A withServerAddressByClientCIDRs(V1ServerAddressByClientCIDR... serverAddressByClientCIDRs)
Boolean hasServerAddressByClientCIDRs()
V1APIGroupFluent.ServerAddressByClientCIDRsNested<A> addNewServerAddressByClientCIDR()
V1APIGroupFluent.ServerAddressByClientCIDRsNested<A> addNewServerAddressByClientCIDRLike(V1ServerAddressByClientCIDR item)
V1APIGroupFluent.ServerAddressByClientCIDRsNested<A> setNewServerAddressByClientCIDRLike(int index, V1ServerAddressByClientCIDR item)
V1APIGroupFluent.ServerAddressByClientCIDRsNested<A> editServerAddressByClientCIDR(int index)
V1APIGroupFluent.ServerAddressByClientCIDRsNested<A> editFirstServerAddressByClientCIDR()
V1APIGroupFluent.ServerAddressByClientCIDRsNested<A> editLastServerAddressByClientCIDR()
V1APIGroupFluent.ServerAddressByClientCIDRsNested<A> editMatchingServerAddressByClientCIDR(Predicate<V1ServerAddressByClientCIDRBuilder> predicate)
A addToVersions(int index, V1GroupVersionForDiscovery item)
A setToVersions(int index, V1GroupVersionForDiscovery item)
A addToVersions(V1GroupVersionForDiscovery... items)
A addAllToVersions(Collection<V1GroupVersionForDiscovery> items)
A removeFromVersions(V1GroupVersionForDiscovery... items)
A removeAllFromVersions(Collection<V1GroupVersionForDiscovery> items)
A removeMatchingFromVersions(Predicate<V1GroupVersionForDiscoveryBuilder> predicate)
@Deprecated List<V1GroupVersionForDiscovery> getVersions()
List<V1GroupVersionForDiscovery> buildVersions()
V1GroupVersionForDiscovery buildVersion(int index)
V1GroupVersionForDiscovery buildFirstVersion()
V1GroupVersionForDiscovery buildLastVersion()
V1GroupVersionForDiscovery buildMatchingVersion(Predicate<V1GroupVersionForDiscoveryBuilder> predicate)
Boolean hasMatchingVersion(Predicate<V1GroupVersionForDiscoveryBuilder> predicate)
A withVersions(List<V1GroupVersionForDiscovery> versions)
A withVersions(V1GroupVersionForDiscovery... versions)
Boolean hasVersions()
V1APIGroupFluent.VersionsNested<A> addNewVersion()
V1APIGroupFluent.VersionsNested<A> addNewVersionLike(V1GroupVersionForDiscovery item)
V1APIGroupFluent.VersionsNested<A> setNewVersionLike(int index, V1GroupVersionForDiscovery item)
V1APIGroupFluent.VersionsNested<A> editVersion(int index)
V1APIGroupFluent.VersionsNested<A> editFirstVersion()
V1APIGroupFluent.VersionsNested<A> editLastVersion()
V1APIGroupFluent.VersionsNested<A> editMatchingVersion(Predicate<V1GroupVersionForDiscoveryBuilder> predicate)
Copyright © 2020. All rights reserved.