io.dekorate.servicebinding.model.ValueFromFluent Maven / Gradle / Ivy
package io.dekorate.servicebinding.model;
import io.fabric8.kubernetes.api.builder.Fluent;
import io.fabric8.kubernetes.api.builder.Nested;
import java.lang.String;
import java.lang.Deprecated;
import java.lang.Boolean;
/**
* Generated
*/
public interface ValueFromFluent> extends Fluent{
/**
* This method has been deprecated, please use method buildConfigMapKeyRef instead.
* @return The buildable object.
*/
@Deprecated
public ConfigMapKeyRef getConfigMapKeyRef();
public ConfigMapKeyRef buildConfigMapKeyRef();
public A withConfigMapKeyRef(ConfigMapKeyRef configMapKeyRef);
public Boolean hasConfigMapKeyRef();
public A withNewConfigMapKeyRef(String key,String name,boolean optional);
public ValueFromFluent.ConfigMapKeyRefNested withNewConfigMapKeyRef();
public ValueFromFluent.ConfigMapKeyRefNested withNewConfigMapKeyRefLike(ConfigMapKeyRef item);
public ValueFromFluent.ConfigMapKeyRefNested editConfigMapKeyRef();
public ValueFromFluent.ConfigMapKeyRefNested editOrNewConfigMapKeyRef();
public ValueFromFluent.ConfigMapKeyRefNested editOrNewConfigMapKeyRefLike(ConfigMapKeyRef item);
/**
* This method has been deprecated, please use method buildFieldRef instead.
* @return The buildable object.
*/
@Deprecated
public FieldRef getFieldRef();
public FieldRef buildFieldRef();
public A withFieldRef(FieldRef fieldRef);
public Boolean hasFieldRef();
public A withNewFieldRef(String apiVersion,String fieldPath);
public ValueFromFluent.FieldRefNested withNewFieldRef();
public ValueFromFluent.FieldRefNested withNewFieldRefLike(FieldRef item);
public ValueFromFluent.FieldRefNested editFieldRef();
public ValueFromFluent.FieldRefNested editOrNewFieldRef();
public ValueFromFluent.FieldRefNested editOrNewFieldRefLike(FieldRef item);
/**
* This method has been deprecated, please use method buildResourceFieldRef instead.
* @return The buildable object.
*/
@Deprecated
public ResourceFieldRef getResourceFieldRef();
public ResourceFieldRef buildResourceFieldRef();
public A withResourceFieldRef(ResourceFieldRef resourceFieldRef);
public Boolean hasResourceFieldRef();
public A withNewResourceFieldRef(String containerName,String divisor,String resource);
public ValueFromFluent.ResourceFieldRefNested withNewResourceFieldRef();
public ValueFromFluent.ResourceFieldRefNested withNewResourceFieldRefLike(ResourceFieldRef item);
public ValueFromFluent.ResourceFieldRefNested editResourceFieldRef();
public ValueFromFluent.ResourceFieldRefNested editOrNewResourceFieldRef();
public ValueFromFluent.ResourceFieldRefNested editOrNewResourceFieldRefLike(ResourceFieldRef item);
/**
* This method has been deprecated, please use method buildSecretKeyRef instead.
* @return The buildable object.
*/
@Deprecated
public SecretKeyRef getSecretKeyRef();
public SecretKeyRef buildSecretKeyRef();
public A withSecretKeyRef(SecretKeyRef secretKeyRef);
public Boolean hasSecretKeyRef();
public A withNewSecretKeyRef(String key,String name,boolean optional);
public ValueFromFluent.SecretKeyRefNested withNewSecretKeyRef();
public ValueFromFluent.SecretKeyRefNested withNewSecretKeyRefLike(SecretKeyRef item);
public ValueFromFluent.SecretKeyRefNested editSecretKeyRef();
public ValueFromFluent.SecretKeyRefNested editOrNewSecretKeyRef();
public ValueFromFluent.SecretKeyRefNested editOrNewSecretKeyRefLike(SecretKeyRef item);
public interface ConfigMapKeyRefNested extends Nested,ConfigMapKeyRefFluent>{
public N and();
public N endConfigMapKeyRef();
}
public interface FieldRefNested extends Nested,FieldRefFluent>{
public N and();
public N endFieldRef();
}
public interface ResourceFieldRefNested extends Nested,ResourceFieldRefFluent>{
public N and();
public N endResourceFieldRef();
}
public interface SecretKeyRefNested extends Nested,SecretKeyRefFluent>{
public N and();
public N endSecretKeyRef();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy