Class V1APIGroupFluentImpl<A extends V1APIGroupFluent<A>>
java.lang.Object
io.kubernetes.client.fluent.BaseFluent<A>
io.kubernetes.client.openapi.models.V1APIGroupFluentImpl<A>
- All Implemented Interfaces:
Fluent<A>
,Visitable<A>
,V1APIGroupFluent<A>
- Direct Known Subclasses:
V1APIGroupBuilder
public class V1APIGroupFluentImpl<A extends V1APIGroupFluent<A>>
extends BaseFluent<A>
implements V1APIGroupFluent<A>
Generated
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.kubernetes.client.openapi.models.V1APIGroupFluent
V1APIGroupFluent.PreferredVersionNested<N>, V1APIGroupFluent.ServerAddressByClientCIDRsNested<N>, V1APIGroupFluent.VersionsNested<N>
-
Field Summary
Fields inherited from class io.kubernetes.client.fluent.BaseFluent
_visitables, VISIT
-
Constructor Summary
ConstructorsConstructorDescriptionV1APIGroupFluentImpl
(io.kubernetes.client.openapi.models.V1APIGroup instance) -
Method Summary
Modifier and TypeMethodDescriptionaddAllToServerAddressByClientCIDRs
(Collection<io.kubernetes.client.openapi.models.V1ServerAddressByClientCIDR> items) addAllToVersions
(Collection<io.kubernetes.client.openapi.models.V1GroupVersionForDiscovery> items) addNewServerAddressByClientCIDRLike
(io.kubernetes.client.openapi.models.V1ServerAddressByClientCIDR item) addNewVersionLike
(io.kubernetes.client.openapi.models.V1GroupVersionForDiscovery item) addToServerAddressByClientCIDRs
(io.kubernetes.client.openapi.models.V1ServerAddressByClientCIDR... items) addToServerAddressByClientCIDRs
(Integer index, io.kubernetes.client.openapi.models.V1ServerAddressByClientCIDR item) addToVersions
(io.kubernetes.client.openapi.models.V1GroupVersionForDiscovery... items) addToVersions
(Integer index, io.kubernetes.client.openapi.models.V1GroupVersionForDiscovery item) io.kubernetes.client.openapi.models.V1ServerAddressByClientCIDR
io.kubernetes.client.openapi.models.V1GroupVersionForDiscovery
io.kubernetes.client.openapi.models.V1ServerAddressByClientCIDR
io.kubernetes.client.openapi.models.V1GroupVersionForDiscovery
io.kubernetes.client.openapi.models.V1ServerAddressByClientCIDR
io.kubernetes.client.openapi.models.V1GroupVersionForDiscovery
io.kubernetes.client.openapi.models.V1GroupVersionForDiscovery
io.kubernetes.client.openapi.models.V1ServerAddressByClientCIDR
List<io.kubernetes.client.openapi.models.V1ServerAddressByClientCIDR>
io.kubernetes.client.openapi.models.V1GroupVersionForDiscovery
buildVersion
(Integer index) List<io.kubernetes.client.openapi.models.V1GroupVersionForDiscovery>
editOrNewPreferredVersionLike
(io.kubernetes.client.openapi.models.V1GroupVersionForDiscovery item) editVersion
(Integer index) boolean
getKind()
getName()
io.kubernetes.client.openapi.models.V1GroupVersionForDiscovery
Deprecated.List<io.kubernetes.client.openapi.models.V1ServerAddressByClientCIDR>
Deprecated.List<io.kubernetes.client.openapi.models.V1GroupVersionForDiscovery>
Deprecated.int
hashCode()
hasKind()
hasName()
removeAllFromServerAddressByClientCIDRs
(Collection<io.kubernetes.client.openapi.models.V1ServerAddressByClientCIDR> items) removeAllFromVersions
(Collection<io.kubernetes.client.openapi.models.V1GroupVersionForDiscovery> items) removeFromServerAddressByClientCIDRs
(io.kubernetes.client.openapi.models.V1ServerAddressByClientCIDR... items) removeFromVersions
(io.kubernetes.client.openapi.models.V1GroupVersionForDiscovery... items) removeMatchingFromServerAddressByClientCIDRs
(Predicate<V1ServerAddressByClientCIDRBuilder> predicate) setNewServerAddressByClientCIDRLike
(Integer index, io.kubernetes.client.openapi.models.V1ServerAddressByClientCIDR item) setNewVersionLike
(Integer index, io.kubernetes.client.openapi.models.V1GroupVersionForDiscovery item) setToServerAddressByClientCIDRs
(Integer index, io.kubernetes.client.openapi.models.V1ServerAddressByClientCIDR item) setToVersions
(Integer index, io.kubernetes.client.openapi.models.V1GroupVersionForDiscovery item) toString()
withApiVersion
(String apiVersion) withNewPreferredVersionLike
(io.kubernetes.client.openapi.models.V1GroupVersionForDiscovery item) withPreferredVersion
(io.kubernetes.client.openapi.models.V1GroupVersionForDiscovery preferredVersion) withServerAddressByClientCIDRs
(io.kubernetes.client.openapi.models.V1ServerAddressByClientCIDR... serverAddressByClientCIDRs) withServerAddressByClientCIDRs
(List<io.kubernetes.client.openapi.models.V1ServerAddressByClientCIDR> serverAddressByClientCIDRs) withVersions
(io.kubernetes.client.openapi.models.V1GroupVersionForDiscovery... versions) withVersions
(List<io.kubernetes.client.openapi.models.V1GroupVersionForDiscovery> versions) Methods inherited from class io.kubernetes.client.fluent.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
V1APIGroupFluentImpl
public V1APIGroupFluentImpl() -
V1APIGroupFluentImpl
public V1APIGroupFluentImpl(io.kubernetes.client.openapi.models.V1APIGroup instance)
-
-
Method Details
-
getApiVersion
- Specified by:
getApiVersion
in interfaceV1APIGroupFluent<A extends V1APIGroupFluent<A>>
-
withApiVersion
- Specified by:
withApiVersion
in interfaceV1APIGroupFluent<A extends V1APIGroupFluent<A>>
-
hasApiVersion
- Specified by:
hasApiVersion
in interfaceV1APIGroupFluent<A extends V1APIGroupFluent<A>>
-
getKind
- Specified by:
getKind
in interfaceV1APIGroupFluent<A extends V1APIGroupFluent<A>>
-
withKind
- Specified by:
withKind
in interfaceV1APIGroupFluent<A extends V1APIGroupFluent<A>>
-
hasKind
- Specified by:
hasKind
in interfaceV1APIGroupFluent<A extends V1APIGroupFluent<A>>
-
getName
- Specified by:
getName
in interfaceV1APIGroupFluent<A extends V1APIGroupFluent<A>>
-
withName
- Specified by:
withName
in interfaceV1APIGroupFluent<A extends V1APIGroupFluent<A>>
-
hasName
- Specified by:
hasName
in interfaceV1APIGroupFluent<A extends V1APIGroupFluent<A>>
-
getPreferredVersion
@Deprecated public io.kubernetes.client.openapi.models.V1GroupVersionForDiscovery getPreferredVersion()Deprecated.This method has been deprecated, please use method buildPreferredVersion instead.- Specified by:
getPreferredVersion
in interfaceV1APIGroupFluent<A extends V1APIGroupFluent<A>>
- Returns:
- The buildable object.
-
buildPreferredVersion
public io.kubernetes.client.openapi.models.V1GroupVersionForDiscovery buildPreferredVersion()- Specified by:
buildPreferredVersion
in interfaceV1APIGroupFluent<A extends V1APIGroupFluent<A>>
-
withPreferredVersion
public A withPreferredVersion(io.kubernetes.client.openapi.models.V1GroupVersionForDiscovery preferredVersion) - Specified by:
withPreferredVersion
in interfaceV1APIGroupFluent<A extends V1APIGroupFluent<A>>
-
hasPreferredVersion
- Specified by:
hasPreferredVersion
in interfaceV1APIGroupFluent<A extends V1APIGroupFluent<A>>
-
withNewPreferredVersion
- Specified by:
withNewPreferredVersion
in interfaceV1APIGroupFluent<A extends V1APIGroupFluent<A>>
-
withNewPreferredVersionLike
public V1APIGroupFluent.PreferredVersionNested<A> withNewPreferredVersionLike(io.kubernetes.client.openapi.models.V1GroupVersionForDiscovery item) - Specified by:
withNewPreferredVersionLike
in interfaceV1APIGroupFluent<A extends V1APIGroupFluent<A>>
-
editPreferredVersion
- Specified by:
editPreferredVersion
in interfaceV1APIGroupFluent<A extends V1APIGroupFluent<A>>
-
editOrNewPreferredVersion
- Specified by:
editOrNewPreferredVersion
in interfaceV1APIGroupFluent<A extends V1APIGroupFluent<A>>
-
editOrNewPreferredVersionLike
public V1APIGroupFluent.PreferredVersionNested<A> editOrNewPreferredVersionLike(io.kubernetes.client.openapi.models.V1GroupVersionForDiscovery item) - Specified by:
editOrNewPreferredVersionLike
in interfaceV1APIGroupFluent<A extends V1APIGroupFluent<A>>
-
addToServerAddressByClientCIDRs
public A addToServerAddressByClientCIDRs(Integer index, io.kubernetes.client.openapi.models.V1ServerAddressByClientCIDR item) - Specified by:
addToServerAddressByClientCIDRs
in interfaceV1APIGroupFluent<A extends V1APIGroupFluent<A>>
-
setToServerAddressByClientCIDRs
public A setToServerAddressByClientCIDRs(Integer index, io.kubernetes.client.openapi.models.V1ServerAddressByClientCIDR item) - Specified by:
setToServerAddressByClientCIDRs
in interfaceV1APIGroupFluent<A extends V1APIGroupFluent<A>>
-
addToServerAddressByClientCIDRs
public A addToServerAddressByClientCIDRs(io.kubernetes.client.openapi.models.V1ServerAddressByClientCIDR... items) - Specified by:
addToServerAddressByClientCIDRs
in interfaceV1APIGroupFluent<A extends V1APIGroupFluent<A>>
-
addAllToServerAddressByClientCIDRs
public A addAllToServerAddressByClientCIDRs(Collection<io.kubernetes.client.openapi.models.V1ServerAddressByClientCIDR> items) - Specified by:
addAllToServerAddressByClientCIDRs
in interfaceV1APIGroupFluent<A extends V1APIGroupFluent<A>>
-
removeFromServerAddressByClientCIDRs
public A removeFromServerAddressByClientCIDRs(io.kubernetes.client.openapi.models.V1ServerAddressByClientCIDR... items) - Specified by:
removeFromServerAddressByClientCIDRs
in interfaceV1APIGroupFluent<A extends V1APIGroupFluent<A>>
-
removeAllFromServerAddressByClientCIDRs
public A removeAllFromServerAddressByClientCIDRs(Collection<io.kubernetes.client.openapi.models.V1ServerAddressByClientCIDR> items) - Specified by:
removeAllFromServerAddressByClientCIDRs
in interfaceV1APIGroupFluent<A extends V1APIGroupFluent<A>>
-
removeMatchingFromServerAddressByClientCIDRs
public A removeMatchingFromServerAddressByClientCIDRs(Predicate<V1ServerAddressByClientCIDRBuilder> predicate) - Specified by:
removeMatchingFromServerAddressByClientCIDRs
in interfaceV1APIGroupFluent<A extends V1APIGroupFluent<A>>
-
getServerAddressByClientCIDRs
@Deprecated public List<io.kubernetes.client.openapi.models.V1ServerAddressByClientCIDR> getServerAddressByClientCIDRs()Deprecated.This method has been deprecated, please use method buildServerAddressByClientCIDRs instead.- Specified by:
getServerAddressByClientCIDRs
in interfaceV1APIGroupFluent<A extends V1APIGroupFluent<A>>
- Returns:
- The buildable object.
-
buildServerAddressByClientCIDRs
public List<io.kubernetes.client.openapi.models.V1ServerAddressByClientCIDR> buildServerAddressByClientCIDRs()- Specified by:
buildServerAddressByClientCIDRs
in interfaceV1APIGroupFluent<A extends V1APIGroupFluent<A>>
-
buildServerAddressByClientCIDR
public io.kubernetes.client.openapi.models.V1ServerAddressByClientCIDR buildServerAddressByClientCIDR(Integer index) - Specified by:
buildServerAddressByClientCIDR
in interfaceV1APIGroupFluent<A extends V1APIGroupFluent<A>>
-
buildFirstServerAddressByClientCIDR
public io.kubernetes.client.openapi.models.V1ServerAddressByClientCIDR buildFirstServerAddressByClientCIDR()- Specified by:
buildFirstServerAddressByClientCIDR
in interfaceV1APIGroupFluent<A extends V1APIGroupFluent<A>>
-
buildLastServerAddressByClientCIDR
public io.kubernetes.client.openapi.models.V1ServerAddressByClientCIDR buildLastServerAddressByClientCIDR()- Specified by:
buildLastServerAddressByClientCIDR
in interfaceV1APIGroupFluent<A extends V1APIGroupFluent<A>>
-
buildMatchingServerAddressByClientCIDR
public io.kubernetes.client.openapi.models.V1ServerAddressByClientCIDR buildMatchingServerAddressByClientCIDR(Predicate<V1ServerAddressByClientCIDRBuilder> predicate) - Specified by:
buildMatchingServerAddressByClientCIDR
in interfaceV1APIGroupFluent<A extends V1APIGroupFluent<A>>
-
hasMatchingServerAddressByClientCIDR
public Boolean hasMatchingServerAddressByClientCIDR(Predicate<V1ServerAddressByClientCIDRBuilder> predicate) - Specified by:
hasMatchingServerAddressByClientCIDR
in interfaceV1APIGroupFluent<A extends V1APIGroupFluent<A>>
-
withServerAddressByClientCIDRs
public A withServerAddressByClientCIDRs(List<io.kubernetes.client.openapi.models.V1ServerAddressByClientCIDR> serverAddressByClientCIDRs) - Specified by:
withServerAddressByClientCIDRs
in interfaceV1APIGroupFluent<A extends V1APIGroupFluent<A>>
-
withServerAddressByClientCIDRs
public A withServerAddressByClientCIDRs(io.kubernetes.client.openapi.models.V1ServerAddressByClientCIDR... serverAddressByClientCIDRs) - Specified by:
withServerAddressByClientCIDRs
in interfaceV1APIGroupFluent<A extends V1APIGroupFluent<A>>
-
hasServerAddressByClientCIDRs
- Specified by:
hasServerAddressByClientCIDRs
in interfaceV1APIGroupFluent<A extends V1APIGroupFluent<A>>
-
addNewServerAddressByClientCIDR
- Specified by:
addNewServerAddressByClientCIDR
in interfaceV1APIGroupFluent<A extends V1APIGroupFluent<A>>
-
addNewServerAddressByClientCIDRLike
public V1APIGroupFluent.ServerAddressByClientCIDRsNested<A> addNewServerAddressByClientCIDRLike(io.kubernetes.client.openapi.models.V1ServerAddressByClientCIDR item) - Specified by:
addNewServerAddressByClientCIDRLike
in interfaceV1APIGroupFluent<A extends V1APIGroupFluent<A>>
-
setNewServerAddressByClientCIDRLike
public V1APIGroupFluent.ServerAddressByClientCIDRsNested<A> setNewServerAddressByClientCIDRLike(Integer index, io.kubernetes.client.openapi.models.V1ServerAddressByClientCIDR item) - Specified by:
setNewServerAddressByClientCIDRLike
in interfaceV1APIGroupFluent<A extends V1APIGroupFluent<A>>
-
editServerAddressByClientCIDR
public V1APIGroupFluent.ServerAddressByClientCIDRsNested<A> editServerAddressByClientCIDR(Integer index) - Specified by:
editServerAddressByClientCIDR
in interfaceV1APIGroupFluent<A extends V1APIGroupFluent<A>>
-
editFirstServerAddressByClientCIDR
- Specified by:
editFirstServerAddressByClientCIDR
in interfaceV1APIGroupFluent<A extends V1APIGroupFluent<A>>
-
editLastServerAddressByClientCIDR
- Specified by:
editLastServerAddressByClientCIDR
in interfaceV1APIGroupFluent<A extends V1APIGroupFluent<A>>
-
editMatchingServerAddressByClientCIDR
public V1APIGroupFluent.ServerAddressByClientCIDRsNested<A> editMatchingServerAddressByClientCIDR(Predicate<V1ServerAddressByClientCIDRBuilder> predicate) - Specified by:
editMatchingServerAddressByClientCIDR
in interfaceV1APIGroupFluent<A extends V1APIGroupFluent<A>>
-
addToVersions
public A addToVersions(Integer index, io.kubernetes.client.openapi.models.V1GroupVersionForDiscovery item) - Specified by:
addToVersions
in interfaceV1APIGroupFluent<A extends V1APIGroupFluent<A>>
-
setToVersions
public A setToVersions(Integer index, io.kubernetes.client.openapi.models.V1GroupVersionForDiscovery item) - Specified by:
setToVersions
in interfaceV1APIGroupFluent<A extends V1APIGroupFluent<A>>
-
addToVersions
- Specified by:
addToVersions
in interfaceV1APIGroupFluent<A extends V1APIGroupFluent<A>>
-
addAllToVersions
public A addAllToVersions(Collection<io.kubernetes.client.openapi.models.V1GroupVersionForDiscovery> items) - Specified by:
addAllToVersions
in interfaceV1APIGroupFluent<A extends V1APIGroupFluent<A>>
-
removeFromVersions
public A removeFromVersions(io.kubernetes.client.openapi.models.V1GroupVersionForDiscovery... items) - Specified by:
removeFromVersions
in interfaceV1APIGroupFluent<A extends V1APIGroupFluent<A>>
-
removeAllFromVersions
public A removeAllFromVersions(Collection<io.kubernetes.client.openapi.models.V1GroupVersionForDiscovery> items) - Specified by:
removeAllFromVersions
in interfaceV1APIGroupFluent<A extends V1APIGroupFluent<A>>
-
removeMatchingFromVersions
- Specified by:
removeMatchingFromVersions
in interfaceV1APIGroupFluent<A extends V1APIGroupFluent<A>>
-
getVersions
@Deprecated public List<io.kubernetes.client.openapi.models.V1GroupVersionForDiscovery> getVersions()Deprecated.This method has been deprecated, please use method buildVersions instead.- Specified by:
getVersions
in interfaceV1APIGroupFluent<A extends V1APIGroupFluent<A>>
- Returns:
- The buildable object.
-
buildVersions
- Specified by:
buildVersions
in interfaceV1APIGroupFluent<A extends V1APIGroupFluent<A>>
-
buildVersion
- Specified by:
buildVersion
in interfaceV1APIGroupFluent<A extends V1APIGroupFluent<A>>
-
buildFirstVersion
public io.kubernetes.client.openapi.models.V1GroupVersionForDiscovery buildFirstVersion()- Specified by:
buildFirstVersion
in interfaceV1APIGroupFluent<A extends V1APIGroupFluent<A>>
-
buildLastVersion
public io.kubernetes.client.openapi.models.V1GroupVersionForDiscovery buildLastVersion()- Specified by:
buildLastVersion
in interfaceV1APIGroupFluent<A extends V1APIGroupFluent<A>>
-
buildMatchingVersion
public io.kubernetes.client.openapi.models.V1GroupVersionForDiscovery buildMatchingVersion(Predicate<V1GroupVersionForDiscoveryBuilder> predicate) - Specified by:
buildMatchingVersion
in interfaceV1APIGroupFluent<A extends V1APIGroupFluent<A>>
-
hasMatchingVersion
- Specified by:
hasMatchingVersion
in interfaceV1APIGroupFluent<A extends V1APIGroupFluent<A>>
-
withVersions
public A withVersions(List<io.kubernetes.client.openapi.models.V1GroupVersionForDiscovery> versions) - Specified by:
withVersions
in interfaceV1APIGroupFluent<A extends V1APIGroupFluent<A>>
-
withVersions
- Specified by:
withVersions
in interfaceV1APIGroupFluent<A extends V1APIGroupFluent<A>>
-
hasVersions
- Specified by:
hasVersions
in interfaceV1APIGroupFluent<A extends V1APIGroupFluent<A>>
-
addNewVersion
- Specified by:
addNewVersion
in interfaceV1APIGroupFluent<A extends V1APIGroupFluent<A>>
-
addNewVersionLike
public V1APIGroupFluent.VersionsNested<A> addNewVersionLike(io.kubernetes.client.openapi.models.V1GroupVersionForDiscovery item) - Specified by:
addNewVersionLike
in interfaceV1APIGroupFluent<A extends V1APIGroupFluent<A>>
-
setNewVersionLike
public V1APIGroupFluent.VersionsNested<A> setNewVersionLike(Integer index, io.kubernetes.client.openapi.models.V1GroupVersionForDiscovery item) - Specified by:
setNewVersionLike
in interfaceV1APIGroupFluent<A extends V1APIGroupFluent<A>>
-
editVersion
- Specified by:
editVersion
in interfaceV1APIGroupFluent<A extends V1APIGroupFluent<A>>
-
editFirstVersion
- Specified by:
editFirstVersion
in interfaceV1APIGroupFluent<A extends V1APIGroupFluent<A>>
-
editLastVersion
- Specified by:
editLastVersion
in interfaceV1APIGroupFluent<A extends V1APIGroupFluent<A>>
-
editMatchingVersion
public V1APIGroupFluent.VersionsNested<A> editMatchingVersion(Predicate<V1GroupVersionForDiscoveryBuilder> predicate) - Specified by:
editMatchingVersion
in interfaceV1APIGroupFluent<A extends V1APIGroupFluent<A>>
-
equals
- Overrides:
equals
in classBaseFluent<A extends V1APIGroupFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCode
in classBaseFluent<A extends V1APIGroupFluent<A>>
-
toString
-