io.kubernetes.client.openapi.models.V1CSINodeDriverFluent Maven / Gradle / Ivy
/*
Copyright 2022 The Kubernetes Authors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/
package io.kubernetes.client.openapi.models;
import io.kubernetes.client.fluent.Fluent;
import io.kubernetes.client.fluent.Nested;
import java.util.Collection;
import java.util.List;
import java.util.function.Predicate;
/** Generated */
public interface V1CSINodeDriverFluent> extends Fluent {
/**
* This method has been deprecated, please use method buildAllocatable instead.
*
* @return The buildable object.
*/
@Deprecated
public V1VolumeNodeResources getAllocatable();
public io.kubernetes.client.openapi.models.V1VolumeNodeResources buildAllocatable();
public A withAllocatable(io.kubernetes.client.openapi.models.V1VolumeNodeResources allocatable);
public Boolean hasAllocatable();
public V1CSINodeDriverFluent.AllocatableNested withNewAllocatable();
public io.kubernetes.client.openapi.models.V1CSINodeDriverFluent.AllocatableNested
withNewAllocatableLike(io.kubernetes.client.openapi.models.V1VolumeNodeResources item);
public io.kubernetes.client.openapi.models.V1CSINodeDriverFluent.AllocatableNested
editAllocatable();
public io.kubernetes.client.openapi.models.V1CSINodeDriverFluent.AllocatableNested
editOrNewAllocatable();
public io.kubernetes.client.openapi.models.V1CSINodeDriverFluent.AllocatableNested
editOrNewAllocatableLike(io.kubernetes.client.openapi.models.V1VolumeNodeResources item);
public String getName();
public A withName(java.lang.String name);
public java.lang.Boolean hasName();
public java.lang.String getNodeID();
public A withNodeID(java.lang.String nodeID);
public java.lang.Boolean hasNodeID();
public A addToTopologyKeys(Integer index, java.lang.String item);
public A setToTopologyKeys(java.lang.Integer index, java.lang.String item);
public A addToTopologyKeys(java.lang.String... items);
public A addAllToTopologyKeys(Collection items);
public A removeFromTopologyKeys(java.lang.String... items);
public A removeAllFromTopologyKeys(java.util.Collection items);
public List getTopologyKeys();
public java.lang.String getTopologyKey(java.lang.Integer index);
public java.lang.String getFirstTopologyKey();
public java.lang.String getLastTopologyKey();
public java.lang.String getMatchingTopologyKey(Predicate predicate);
public java.lang.Boolean hasMatchingTopologyKey(
java.util.function.Predicate predicate);
public A withTopologyKeys(java.util.List topologyKeys);
public A withTopologyKeys(java.lang.String... topologyKeys);
public java.lang.Boolean hasTopologyKeys();
public interface AllocatableNested
extends Nested, V1VolumeNodeResourcesFluent> {
public N and();
public N endAllocatable();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy