Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance. Project price only 1 $
You can buy this project and download/modify it how often you want.
package io.fabric8.kubernetes.api.model;
import com.fasterxml.jackson.annotation.JsonIgnore;
import com.fasterxml.jackson.annotation.JsonInclude;
import com.fasterxml.jackson.annotation.JsonProperty;
import com.fasterxml.jackson.annotation.JsonPropertyOrder;
import com.fasterxml.jackson.annotation.JsonSubTypes;
import com.fasterxml.jackson.annotation.JsonTypeInfo;
import io.fabric8.KubernetesJson;
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.OAuthAccessToken;
import io.fabric8.openshift.api.model.OAuthClient;
import io.fabric8.openshift.api.model.OAuthClientAuthorization;
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 implements KubernetesJson {
/**
* list of services
* Note: This is not to be used. Added for influencing the generation of fluent nested builders
*/
@JsonIgnore
private final List services = new ArrayList<>();
/**
* 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 = new ArrayList<>();
/**
* list of pods.
* Note: This is not to be used. Added for influencing the generation of fluent nested builders
*
*/
@JsonIgnore
private final List pods = new ArrayList<>();
/**
* 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 = new ArrayList<>();
/**
* 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 = new ArrayList<>();
/**
* 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 = new ArrayList<>();
/**
* list of routes
* Note: This is not to be used. Added for influencing the generation of fluent nested builders.
*/
@JsonIgnore
private final List routes = new ArrayList<>();
/**
* list of routes
* Note: This is not to be used. Added for influencing the generation of fluent nested builders.
*/
@JsonIgnore
private final List templates = new ArrayList<>();
/**
* list of oauth clients
* Note: This is not to be used. Added for influencing the generation of fluent nested builders.
*/
@JsonIgnore
private final List oAuthClients = new ArrayList<>();
/**
* list of oauth client authorizations
* Note: This is not to be used. Added for influencing the generation of fluent nested builders.
*/
@JsonIgnore
private final List oAuthClientAuthorizations = new ArrayList<>();
/**
* list of oauth access tokens
* Note: This is not to be used. Added for influencing the generation of fluent nested builders.
*/
@JsonIgnore
private final List oAuthAccessTokens = new ArrayList<>();
/**
* list of namespaces
* Note: This is not to be used. Added for influencing the generation of fluent nested builders.
*/
@JsonIgnore
private final List namespaces = new ArrayList<>();
/**
* list of secretes
* Note: This is not to be used. Added for influencing the generation of fluent nested builders.
*/
@JsonIgnore
private final List secrets = new ArrayList<>();
/**
* No args constructor for use in serialization
*
*/
public KubernetesList() {
super();
}
public KubernetesList(KubernetesList.ApiVersion apiVersion,
List