Class V1MutatingWebhookConfigurationListFluentImpl<A extends V1MutatingWebhookConfigurationListFluent<A>>
java.lang.Object
io.kubernetes.client.fluent.BaseFluent<A>
io.kubernetes.client.openapi.models.V1MutatingWebhookConfigurationListFluentImpl<A>
- All Implemented Interfaces:
Fluent<A>,Visitable<A>,V1MutatingWebhookConfigurationListFluent<A>
- Direct Known Subclasses:
V1MutatingWebhookConfigurationListBuilder
public class V1MutatingWebhookConfigurationListFluentImpl<A extends V1MutatingWebhookConfigurationListFluent<A>>
extends BaseFluent<A>
implements V1MutatingWebhookConfigurationListFluent<A>
Generated
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.kubernetes.client.openapi.models.V1MutatingWebhookConfigurationListFluent
V1MutatingWebhookConfigurationListFluent.ItemsNested<N>, V1MutatingWebhookConfigurationListFluent.MetadataNested<N> -
Field Summary
Fields inherited from class io.kubernetes.client.fluent.BaseFluent
_visitables, VISIT -
Constructor Summary
ConstructorsConstructorDescriptionV1MutatingWebhookConfigurationListFluentImpl(io.kubernetes.client.openapi.models.V1MutatingWebhookConfigurationList instance) -
Method Summary
Modifier and TypeMethodDescriptionaddAllToItems(Collection<io.kubernetes.client.openapi.models.V1MutatingWebhookConfiguration> items) addNewItemLike(io.kubernetes.client.openapi.models.V1MutatingWebhookConfiguration item) addToItems(io.kubernetes.client.openapi.models.V1MutatingWebhookConfiguration... items) addToItems(Integer index, io.kubernetes.client.openapi.models.V1MutatingWebhookConfiguration item) io.kubernetes.client.openapi.models.V1MutatingWebhookConfigurationio.kubernetes.client.openapi.models.V1MutatingWebhookConfigurationList<io.kubernetes.client.openapi.models.V1MutatingWebhookConfiguration>io.kubernetes.client.openapi.models.V1MutatingWebhookConfigurationio.kubernetes.client.openapi.models.V1MutatingWebhookConfigurationio.kubernetes.client.openapi.models.V1ListMetaeditOrNewMetadataLike(io.kubernetes.client.openapi.models.V1ListMeta item) booleanList<io.kubernetes.client.openapi.models.V1MutatingWebhookConfiguration>getItems()Deprecated.getKind()io.kubernetes.client.openapi.models.V1ListMetaDeprecated.inthashCode()hasItems()hasKind()removeAllFromItems(Collection<io.kubernetes.client.openapi.models.V1MutatingWebhookConfiguration> items) removeFromItems(io.kubernetes.client.openapi.models.V1MutatingWebhookConfiguration... items) setNewItemLike(Integer index, io.kubernetes.client.openapi.models.V1MutatingWebhookConfiguration item) setToItems(Integer index, io.kubernetes.client.openapi.models.V1MutatingWebhookConfiguration item) toString()withApiVersion(String apiVersion) withItems(io.kubernetes.client.openapi.models.V1MutatingWebhookConfiguration... items) withMetadata(io.kubernetes.client.openapi.models.V1ListMeta metadata) withNewMetadataLike(io.kubernetes.client.openapi.models.V1ListMeta item) Methods inherited from class io.kubernetes.client.fluent.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
V1MutatingWebhookConfigurationListFluentImpl
public V1MutatingWebhookConfigurationListFluentImpl() -
V1MutatingWebhookConfigurationListFluentImpl
public V1MutatingWebhookConfigurationListFluentImpl(io.kubernetes.client.openapi.models.V1MutatingWebhookConfigurationList instance)
-
-
Method Details
-
getApiVersion
- Specified by:
getApiVersionin interfaceV1MutatingWebhookConfigurationListFluent<A extends V1MutatingWebhookConfigurationListFluent<A>>
-
withApiVersion
- Specified by:
withApiVersionin interfaceV1MutatingWebhookConfigurationListFluent<A extends V1MutatingWebhookConfigurationListFluent<A>>
-
hasApiVersion
- Specified by:
hasApiVersionin interfaceV1MutatingWebhookConfigurationListFluent<A extends V1MutatingWebhookConfigurationListFluent<A>>
-
addToItems
public A addToItems(Integer index, io.kubernetes.client.openapi.models.V1MutatingWebhookConfiguration item) - Specified by:
addToItemsin interfaceV1MutatingWebhookConfigurationListFluent<A extends V1MutatingWebhookConfigurationListFluent<A>>
-
setToItems
public A setToItems(Integer index, io.kubernetes.client.openapi.models.V1MutatingWebhookConfiguration item) - Specified by:
setToItemsin interfaceV1MutatingWebhookConfigurationListFluent<A extends V1MutatingWebhookConfigurationListFluent<A>>
-
addToItems
- Specified by:
addToItemsin interfaceV1MutatingWebhookConfigurationListFluent<A extends V1MutatingWebhookConfigurationListFluent<A>>
-
addAllToItems
public A addAllToItems(Collection<io.kubernetes.client.openapi.models.V1MutatingWebhookConfiguration> items) - Specified by:
addAllToItemsin interfaceV1MutatingWebhookConfigurationListFluent<A extends V1MutatingWebhookConfigurationListFluent<A>>
-
removeFromItems
public A removeFromItems(io.kubernetes.client.openapi.models.V1MutatingWebhookConfiguration... items) - Specified by:
removeFromItemsin interfaceV1MutatingWebhookConfigurationListFluent<A extends V1MutatingWebhookConfigurationListFluent<A>>
-
removeAllFromItems
public A removeAllFromItems(Collection<io.kubernetes.client.openapi.models.V1MutatingWebhookConfiguration> items) - Specified by:
removeAllFromItemsin interfaceV1MutatingWebhookConfigurationListFluent<A extends V1MutatingWebhookConfigurationListFluent<A>>
-
removeMatchingFromItems
- Specified by:
removeMatchingFromItemsin interfaceV1MutatingWebhookConfigurationListFluent<A extends V1MutatingWebhookConfigurationListFluent<A>>
-
getItems
@Deprecated public List<io.kubernetes.client.openapi.models.V1MutatingWebhookConfiguration> getItems()Deprecated.This method has been deprecated, please use method buildItems instead.- Specified by:
getItemsin interfaceV1MutatingWebhookConfigurationListFluent<A extends V1MutatingWebhookConfigurationListFluent<A>>- Returns:
- The buildable object.
-
buildItems
- Specified by:
buildItemsin interfaceV1MutatingWebhookConfigurationListFluent<A extends V1MutatingWebhookConfigurationListFluent<A>>
-
buildItem
- Specified by:
buildItemin interfaceV1MutatingWebhookConfigurationListFluent<A extends V1MutatingWebhookConfigurationListFluent<A>>
-
buildFirstItem
public io.kubernetes.client.openapi.models.V1MutatingWebhookConfiguration buildFirstItem()- Specified by:
buildFirstItemin interfaceV1MutatingWebhookConfigurationListFluent<A extends V1MutatingWebhookConfigurationListFluent<A>>
-
buildLastItem
public io.kubernetes.client.openapi.models.V1MutatingWebhookConfiguration buildLastItem()- Specified by:
buildLastItemin interfaceV1MutatingWebhookConfigurationListFluent<A extends V1MutatingWebhookConfigurationListFluent<A>>
-
buildMatchingItem
public io.kubernetes.client.openapi.models.V1MutatingWebhookConfiguration buildMatchingItem(Predicate<V1MutatingWebhookConfigurationBuilder> predicate) - Specified by:
buildMatchingItemin interfaceV1MutatingWebhookConfigurationListFluent<A extends V1MutatingWebhookConfigurationListFluent<A>>
-
hasMatchingItem
- Specified by:
hasMatchingItemin interfaceV1MutatingWebhookConfigurationListFluent<A extends V1MutatingWebhookConfigurationListFluent<A>>
-
withItems
- Specified by:
withItemsin interfaceV1MutatingWebhookConfigurationListFluent<A extends V1MutatingWebhookConfigurationListFluent<A>>
-
withItems
- Specified by:
withItemsin interfaceV1MutatingWebhookConfigurationListFluent<A extends V1MutatingWebhookConfigurationListFluent<A>>
-
hasItems
- Specified by:
hasItemsin interfaceV1MutatingWebhookConfigurationListFluent<A extends V1MutatingWebhookConfigurationListFluent<A>>
-
addNewItem
- Specified by:
addNewItemin interfaceV1MutatingWebhookConfigurationListFluent<A extends V1MutatingWebhookConfigurationListFluent<A>>
-
addNewItemLike
public V1MutatingWebhookConfigurationListFluent.ItemsNested<A> addNewItemLike(io.kubernetes.client.openapi.models.V1MutatingWebhookConfiguration item) - Specified by:
addNewItemLikein interfaceV1MutatingWebhookConfigurationListFluent<A extends V1MutatingWebhookConfigurationListFluent<A>>
-
setNewItemLike
public V1MutatingWebhookConfigurationListFluent.ItemsNested<A> setNewItemLike(Integer index, io.kubernetes.client.openapi.models.V1MutatingWebhookConfiguration item) - Specified by:
setNewItemLikein interfaceV1MutatingWebhookConfigurationListFluent<A extends V1MutatingWebhookConfigurationListFluent<A>>
-
editItem
- Specified by:
editItemin interfaceV1MutatingWebhookConfigurationListFluent<A extends V1MutatingWebhookConfigurationListFluent<A>>
-
editFirstItem
- Specified by:
editFirstItemin interfaceV1MutatingWebhookConfigurationListFluent<A extends V1MutatingWebhookConfigurationListFluent<A>>
-
editLastItem
- Specified by:
editLastItemin interfaceV1MutatingWebhookConfigurationListFluent<A extends V1MutatingWebhookConfigurationListFluent<A>>
-
editMatchingItem
public V1MutatingWebhookConfigurationListFluent.ItemsNested<A> editMatchingItem(Predicate<V1MutatingWebhookConfigurationBuilder> predicate) - Specified by:
editMatchingItemin interfaceV1MutatingWebhookConfigurationListFluent<A extends V1MutatingWebhookConfigurationListFluent<A>>
-
getKind
- Specified by:
getKindin interfaceV1MutatingWebhookConfigurationListFluent<A extends V1MutatingWebhookConfigurationListFluent<A>>
-
withKind
- Specified by:
withKindin interfaceV1MutatingWebhookConfigurationListFluent<A extends V1MutatingWebhookConfigurationListFluent<A>>
-
hasKind
- Specified by:
hasKindin interfaceV1MutatingWebhookConfigurationListFluent<A extends V1MutatingWebhookConfigurationListFluent<A>>
-
getMetadata
Deprecated.This method has been deprecated, please use method buildMetadata instead.- Specified by:
getMetadatain interfaceV1MutatingWebhookConfigurationListFluent<A extends V1MutatingWebhookConfigurationListFluent<A>>- Returns:
- The buildable object.
-
buildMetadata
public io.kubernetes.client.openapi.models.V1ListMeta buildMetadata()- Specified by:
buildMetadatain interfaceV1MutatingWebhookConfigurationListFluent<A extends V1MutatingWebhookConfigurationListFluent<A>>
-
withMetadata
- Specified by:
withMetadatain interfaceV1MutatingWebhookConfigurationListFluent<A extends V1MutatingWebhookConfigurationListFluent<A>>
-
hasMetadata
- Specified by:
hasMetadatain interfaceV1MutatingWebhookConfigurationListFluent<A extends V1MutatingWebhookConfigurationListFluent<A>>
-
withNewMetadata
- Specified by:
withNewMetadatain interfaceV1MutatingWebhookConfigurationListFluent<A extends V1MutatingWebhookConfigurationListFluent<A>>
-
withNewMetadataLike
public V1MutatingWebhookConfigurationListFluent.MetadataNested<A> withNewMetadataLike(io.kubernetes.client.openapi.models.V1ListMeta item) - Specified by:
withNewMetadataLikein interfaceV1MutatingWebhookConfigurationListFluent<A extends V1MutatingWebhookConfigurationListFluent<A>>
-
editMetadata
- Specified by:
editMetadatain interfaceV1MutatingWebhookConfigurationListFluent<A extends V1MutatingWebhookConfigurationListFluent<A>>
-
editOrNewMetadata
- Specified by:
editOrNewMetadatain interfaceV1MutatingWebhookConfigurationListFluent<A extends V1MutatingWebhookConfigurationListFluent<A>>
-
editOrNewMetadataLike
public V1MutatingWebhookConfigurationListFluent.MetadataNested<A> editOrNewMetadataLike(io.kubernetes.client.openapi.models.V1ListMeta item) - Specified by:
editOrNewMetadataLikein interfaceV1MutatingWebhookConfigurationListFluent<A extends V1MutatingWebhookConfigurationListFluent<A>>
-
equals
- Overrides:
equalsin classBaseFluent<A extends V1MutatingWebhookConfigurationListFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCodein classBaseFluent<A extends V1MutatingWebhookConfigurationListFluent<A>>
-
toString
-