io.fabric8.kubernetes.api.model.KubernetesList Maven / Gradle / Ivy
package io.fabric8.kubernetes.api.model;
import com.fasterxml.jackson.annotation.JsonIgnore;
import com.fasterxml.jackson.annotation.JsonInclude;
import com.fasterxml.jackson.annotation.JsonPropertyOrder;
import io.fabric8.openshift.api.model.BuildConfig;
import io.fabric8.openshift.api.model.DeploymentConfig;
import io.fabric8.openshift.api.model.ImageStream;
import io.fabric8.openshift.api.model.Route;
import io.fabric8.openshift.api.model.template.Template;
import javax.annotation.Generated;
import java.util.*;
/**
*
*
*/
@JsonInclude(JsonInclude.Include.NON_NULL)
@Generated("org.jsonschema2pojo")
@JsonPropertyOrder({
"annotations",
"apiVersion",
"creationTimestamp",
"deletionTimestamp",
"generateName",
"id",
"items",
"kind",
"namespace",
"resourceVersion",
"selfLink",
"uid"
})
public class KubernetesList extends BaseKubernetesList {
/**
* list of services
* Note: This is not to be used. Added for influencing the generation of fluent nested builders
*/
@JsonIgnore
private final List services = Collections.emptyList();
/**
* list of replication controllers
* Note: This is not to be used. Added for influencing the generation of fluent nested builders
*/
@JsonIgnore
private final List replicationControllers = Collections.emptyList();
/**
* list of pods.
* Note: This is not to be used. Added for influencing the generation of fluent nested builders
*
*/
@JsonIgnore
private final List pods = Collections.emptyList();
/**
* list of build configs
* Note: This is not to be used. Added for influencing the generation of fluent nested builders
*
*/
@JsonIgnore
private final List buildConfigs = Collections.emptyList();
/**
* list of deployment configs
* Note: This is not to be used. Added for influencing the generation of fluent nested builders
*/
@JsonIgnore
private final List deploymentConfigs = Collections.emptyList();
/**
* list of image repositories
* Note: This is not to be used. Added for influencing the generation of fluent nested builders
*/
@JsonIgnore
private final List imageStreams = Collections.emptyList();
/**
* list of routes
* Note: This is not to be used. Added for influencing the generation of fluent nested builders.
*/
@JsonIgnore
private final List routes = Collections.emptyList();
/**
* list of routes
* Note: This is not to be used. Added for influencing the generation of fluent nested builders.
*/
@JsonIgnore
private final List templates = Collections.emptyList();
/**
* No args constructor for use in serialization
*
*/
public KubernetesList() {
super();
}
public KubernetesList(KubernetesList.ApiVersion apiVersion,
List © 2015 - 2025 Weber Informatics LLC | Privacy Policy