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

io.kubernetes.client.openapi.models.V1EnvVarSourceFluent 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;

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

  /**
   * This method has been deprecated, please use method buildConfigMapKeyRef instead.
   *
   * @return The buildable object.
   */
  @Deprecated
  public V1ConfigMapKeySelector getConfigMapKeyRef();

  public io.kubernetes.client.openapi.models.V1ConfigMapKeySelector buildConfigMapKeyRef();

  public A withConfigMapKeyRef(
      io.kubernetes.client.openapi.models.V1ConfigMapKeySelector configMapKeyRef);

  public Boolean hasConfigMapKeyRef();

  public V1EnvVarSourceFluent.ConfigMapKeyRefNested withNewConfigMapKeyRef();

  public io.kubernetes.client.openapi.models.V1EnvVarSourceFluent.ConfigMapKeyRefNested
      withNewConfigMapKeyRefLike(io.kubernetes.client.openapi.models.V1ConfigMapKeySelector item);

  public io.kubernetes.client.openapi.models.V1EnvVarSourceFluent.ConfigMapKeyRefNested
      editConfigMapKeyRef();

  public io.kubernetes.client.openapi.models.V1EnvVarSourceFluent.ConfigMapKeyRefNested
      editOrNewConfigMapKeyRef();

  public io.kubernetes.client.openapi.models.V1EnvVarSourceFluent.ConfigMapKeyRefNested
      editOrNewConfigMapKeyRefLike(io.kubernetes.client.openapi.models.V1ConfigMapKeySelector item);

  /**
   * This method has been deprecated, please use method buildFieldRef instead.
   *
   * @return The buildable object.
   */
  @java.lang.Deprecated
  public V1ObjectFieldSelector getFieldRef();

  public io.kubernetes.client.openapi.models.V1ObjectFieldSelector buildFieldRef();

  public A withFieldRef(io.kubernetes.client.openapi.models.V1ObjectFieldSelector fieldRef);

  public java.lang.Boolean hasFieldRef();

  public V1EnvVarSourceFluent.FieldRefNested withNewFieldRef();

  public io.kubernetes.client.openapi.models.V1EnvVarSourceFluent.FieldRefNested
      withNewFieldRefLike(io.kubernetes.client.openapi.models.V1ObjectFieldSelector item);

  public io.kubernetes.client.openapi.models.V1EnvVarSourceFluent.FieldRefNested editFieldRef();

  public io.kubernetes.client.openapi.models.V1EnvVarSourceFluent.FieldRefNested
      editOrNewFieldRef();

  public io.kubernetes.client.openapi.models.V1EnvVarSourceFluent.FieldRefNested
      editOrNewFieldRefLike(io.kubernetes.client.openapi.models.V1ObjectFieldSelector item);

  /**
   * This method has been deprecated, please use method buildResourceFieldRef instead.
   *
   * @return The buildable object.
   */
  @java.lang.Deprecated
  public V1ResourceFieldSelector getResourceFieldRef();

  public io.kubernetes.client.openapi.models.V1ResourceFieldSelector buildResourceFieldRef();

  public A withResourceFieldRef(
      io.kubernetes.client.openapi.models.V1ResourceFieldSelector resourceFieldRef);

  public java.lang.Boolean hasResourceFieldRef();

  public V1EnvVarSourceFluent.ResourceFieldRefNested withNewResourceFieldRef();

  public io.kubernetes.client.openapi.models.V1EnvVarSourceFluent.ResourceFieldRefNested
      withNewResourceFieldRefLike(io.kubernetes.client.openapi.models.V1ResourceFieldSelector item);

  public io.kubernetes.client.openapi.models.V1EnvVarSourceFluent.ResourceFieldRefNested
      editResourceFieldRef();

  public io.kubernetes.client.openapi.models.V1EnvVarSourceFluent.ResourceFieldRefNested
      editOrNewResourceFieldRef();

  public io.kubernetes.client.openapi.models.V1EnvVarSourceFluent.ResourceFieldRefNested
      editOrNewResourceFieldRefLike(
          io.kubernetes.client.openapi.models.V1ResourceFieldSelector item);

  /**
   * This method has been deprecated, please use method buildSecretKeyRef instead.
   *
   * @return The buildable object.
   */
  @java.lang.Deprecated
  public V1SecretKeySelector getSecretKeyRef();

  public io.kubernetes.client.openapi.models.V1SecretKeySelector buildSecretKeyRef();

  public A withSecretKeyRef(io.kubernetes.client.openapi.models.V1SecretKeySelector secretKeyRef);

  public java.lang.Boolean hasSecretKeyRef();

  public V1EnvVarSourceFluent.SecretKeyRefNested withNewSecretKeyRef();

  public io.kubernetes.client.openapi.models.V1EnvVarSourceFluent.SecretKeyRefNested
      withNewSecretKeyRefLike(io.kubernetes.client.openapi.models.V1SecretKeySelector item);

  public io.kubernetes.client.openapi.models.V1EnvVarSourceFluent.SecretKeyRefNested
      editSecretKeyRef();

  public io.kubernetes.client.openapi.models.V1EnvVarSourceFluent.SecretKeyRefNested
      editOrNewSecretKeyRef();

  public io.kubernetes.client.openapi.models.V1EnvVarSourceFluent.SecretKeyRefNested
      editOrNewSecretKeyRefLike(io.kubernetes.client.openapi.models.V1SecretKeySelector item);

  public interface ConfigMapKeyRefNested
      extends Nested,
          V1ConfigMapKeySelectorFluent> {
    public N and();

    public N endConfigMapKeyRef();
  }

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

    public N endFieldRef();
  }

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

    public N endResourceFieldRef();
  }

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

    public N endSecretKeyRef();
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy