All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.kubernetes.client.openapi.models.V1VolumeAttachmentStatusFluent Maven / Gradle / Ivy

There is a newer version: 22.0.0
Show newest version
/*
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.Map;

/** Generated */
public interface V1VolumeAttachmentStatusFluent>
    extends Fluent {

  /**
   * This method has been deprecated, please use method buildAttachError instead.
   *
   * @return The buildable object.
   */
  @Deprecated
  public V1VolumeError getAttachError();

  public io.kubernetes.client.openapi.models.V1VolumeError buildAttachError();

  public A withAttachError(io.kubernetes.client.openapi.models.V1VolumeError attachError);

  public Boolean hasAttachError();

  public V1VolumeAttachmentStatusFluent.AttachErrorNested withNewAttachError();

  public io.kubernetes.client.openapi.models.V1VolumeAttachmentStatusFluent.AttachErrorNested
      withNewAttachErrorLike(io.kubernetes.client.openapi.models.V1VolumeError item);

  public io.kubernetes.client.openapi.models.V1VolumeAttachmentStatusFluent.AttachErrorNested
      editAttachError();

  public io.kubernetes.client.openapi.models.V1VolumeAttachmentStatusFluent.AttachErrorNested
      editOrNewAttachError();

  public io.kubernetes.client.openapi.models.V1VolumeAttachmentStatusFluent.AttachErrorNested
      editOrNewAttachErrorLike(io.kubernetes.client.openapi.models.V1VolumeError item);

  public java.lang.Boolean getAttached();

  public A withAttached(java.lang.Boolean attached);

  public java.lang.Boolean hasAttached();

  public A addToAttachmentMetadata(String key, java.lang.String value);

  public A addToAttachmentMetadata(Map map);

  public A removeFromAttachmentMetadata(java.lang.String key);

  public A removeFromAttachmentMetadata(java.util.Map map);

  public java.util.Map getAttachmentMetadata();

  public  A withAttachmentMetadata(
      java.util.Map attachmentMetadata);

  public java.lang.Boolean hasAttachmentMetadata();

  /**
   * This method has been deprecated, please use method buildDetachError instead.
   *
   * @return The buildable object.
   */
  @java.lang.Deprecated
  public io.kubernetes.client.openapi.models.V1VolumeError getDetachError();

  public io.kubernetes.client.openapi.models.V1VolumeError buildDetachError();

  public A withDetachError(io.kubernetes.client.openapi.models.V1VolumeError detachError);

  public java.lang.Boolean hasDetachError();

  public V1VolumeAttachmentStatusFluent.DetachErrorNested withNewDetachError();

  public io.kubernetes.client.openapi.models.V1VolumeAttachmentStatusFluent.DetachErrorNested
      withNewDetachErrorLike(io.kubernetes.client.openapi.models.V1VolumeError item);

  public io.kubernetes.client.openapi.models.V1VolumeAttachmentStatusFluent.DetachErrorNested
      editDetachError();

  public io.kubernetes.client.openapi.models.V1VolumeAttachmentStatusFluent.DetachErrorNested
      editOrNewDetachError();

  public io.kubernetes.client.openapi.models.V1VolumeAttachmentStatusFluent.DetachErrorNested
      editOrNewDetachErrorLike(io.kubernetes.client.openapi.models.V1VolumeError item);

  public A withAttached();

  public interface AttachErrorNested
      extends Nested, V1VolumeErrorFluent> {
    public N and();

    public N endAttachError();
  }

  public interface DetachErrorNested
      extends io.kubernetes.client.fluent.Nested,
          V1VolumeErrorFluent> {
    public N and();

    public N endDetachError();
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy