io.fabric8.knative.api.model.ValidationSchema Maven / Gradle / Ivy
package io.fabric8.knative.api.model;
import java.util.HashMap;
import java.util.Map;
import javax.annotation.Generated;
import com.fasterxml.jackson.annotation.JsonAnyGetter;
import com.fasterxml.jackson.annotation.JsonAnySetter;
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.databind.annotation.JsonDeserialize;
import io.fabric8.knative.eventing.v1alpha1.Broker;
import io.fabric8.knative.eventing.v1alpha1.BrokerList;
import io.fabric8.knative.eventing.v1alpha1.Channel;
import io.fabric8.knative.eventing.v1alpha1.ChannelList;
import io.fabric8.knative.eventing.v1alpha1.ClusterChannelProvisioner;
import io.fabric8.knative.eventing.v1alpha1.ClusterChannelProvisionerList;
import io.fabric8.knative.eventing.v1alpha1.EventType;
import io.fabric8.knative.eventing.v1alpha1.EventTypeList;
import io.fabric8.knative.eventing.v1alpha1.Subscription;
import io.fabric8.knative.eventing.v1alpha1.SubscriptionList;
import io.fabric8.knative.eventing.v1alpha1.Trigger;
import io.fabric8.knative.eventing.v1alpha1.TriggerList;
import io.fabric8.knative.messaging.v1alpha1.InMemoryChannel;
import io.fabric8.knative.messaging.v1alpha1.InMemoryChannelList;
import io.fabric8.knative.messaging.v1alpha1.Sequence;
import io.fabric8.knative.messaging.v1alpha1.SequenceList;
import io.fabric8.kubernetes.api.model.Container;
import io.fabric8.kubernetes.api.model.Doneable;
import io.fabric8.kubernetes.api.model.ObjectMeta;
import io.fabric8.kubernetes.api.model.Volume;
import io.sundr.builder.annotations.Buildable;
import io.sundr.builder.annotations.BuildableReference;
import io.sundr.builder.annotations.Inline;
import lombok.EqualsAndHashCode;
import lombok.ToString;
@JsonInclude(JsonInclude.Include.NON_NULL)
@Generated("org.jsonschema2pojo")
@JsonPropertyOrder({
"broker",
"brokerList",
"channel",
"channelList",
"clusterChannelProvisioner",
"clusterChannelProvisionerList",
"eventType",
"eventTypeList",
"inMemoryChannel",
"inMemoryChannelList",
"sequence",
"sequenceList",
"subscription",
"subscriptionList",
"trigger",
"triggerList",
"v1Configuration",
"v1ConfigurationList",
"v1Revision",
"v1RevisionList",
"v1Route",
"v1RouteList",
"v1Service",
"v1ServiceList",
"v1alpha1Configuration",
"v1alpha1ConfigurationList",
"v1alpha1Revision",
"v1alpha1RevisionList",
"v1alpha1Route",
"v1alpha1RouteList",
"v1alpha1Service",
"v1alpha1ServiceList",
"v1beta1Configuration",
"v1beta1ConfigurationList",
"v1beta1Revision",
"v1beta1RevisionList",
"v1beta1Route",
"v1beta1RouteList",
"v1beta1Service",
"v1beta1ServiceList"
})
@JsonDeserialize(using = com.fasterxml.jackson.databind.JsonDeserializer.None.class)
@ToString
@EqualsAndHashCode
@Buildable(editableEnabled = false, validationEnabled = false, generateBuilderPackage = false, builderPackage = "io.fabric8.kubernetes.api.builder", inline = {
@Inline(type = Doneable.class, prefix = "Doneable", value = "done")
}, refs = {
@BuildableReference(ObjectMeta.class),
@BuildableReference(Volume.class),
@BuildableReference(Container.class)
})
public class ValidationSchema {
/**
*
*
*/
@JsonProperty("broker")
private Broker broker;
/**
*
*
*/
@JsonProperty("brokerList")
private BrokerList brokerList;
/**
*
*
*/
@JsonProperty("channel")
private Channel channel;
/**
*
*
*/
@JsonProperty("channelList")
private ChannelList channelList;
/**
*
*
*/
@JsonProperty("clusterChannelProvisioner")
private ClusterChannelProvisioner clusterChannelProvisioner;
/**
*
*
*/
@JsonProperty("clusterChannelProvisionerList")
private ClusterChannelProvisionerList clusterChannelProvisionerList;
/**
*
*
*/
@JsonProperty("eventType")
private EventType eventType;
/**
*
*
*/
@JsonProperty("eventTypeList")
private EventTypeList eventTypeList;
/**
*
*
*/
@JsonProperty("inMemoryChannel")
private InMemoryChannel inMemoryChannel;
/**
*
*
*/
@JsonProperty("inMemoryChannelList")
private InMemoryChannelList inMemoryChannelList;
/**
*
*
*/
@JsonProperty("sequence")
private Sequence sequence;
/**
*
*
*/
@JsonProperty("sequenceList")
private SequenceList sequenceList;
/**
*
*
*/
@JsonProperty("subscription")
private Subscription subscription;
/**
*
*
*/
@JsonProperty("subscriptionList")
private SubscriptionList subscriptionList;
/**
*
*
*/
@JsonProperty("trigger")
private Trigger trigger;
/**
*
*
*/
@JsonProperty("triggerList")
private TriggerList triggerList;
/**
*
*
*/
@JsonProperty("v1Configuration")
private io.fabric8.knative.serving.v1.Configuration v1Configuration;
/**
*
*
*/
@JsonProperty("v1ConfigurationList")
private io.fabric8.knative.serving.v1.ConfigurationList v1ConfigurationList;
/**
*
*
*/
@JsonProperty("v1Revision")
private io.fabric8.knative.serving.v1.Revision v1Revision;
/**
*
*
*/
@JsonProperty("v1RevisionList")
private io.fabric8.knative.serving.v1.RevisionList v1RevisionList;
/**
*
*
*/
@JsonProperty("v1Route")
private io.fabric8.knative.serving.v1.Route v1Route;
/**
*
*
*/
@JsonProperty("v1RouteList")
private io.fabric8.knative.serving.v1.RouteList v1RouteList;
/**
*
*
*/
@JsonProperty("v1Service")
private io.fabric8.knative.serving.v1.Service v1Service;
/**
*
*
*/
@JsonProperty("v1ServiceList")
private io.fabric8.knative.serving.v1.ServiceList v1ServiceList;
/**
*
*
*/
@JsonProperty("v1alpha1Configuration")
private io.fabric8.knative.serving.v1alpha1.Configuration v1alpha1Configuration;
/**
*
*
*/
@JsonProperty("v1alpha1ConfigurationList")
private io.fabric8.knative.serving.v1alpha1.ConfigurationList v1alpha1ConfigurationList;
/**
*
*
*/
@JsonProperty("v1alpha1Revision")
private io.fabric8.knative.serving.v1alpha1.Revision v1alpha1Revision;
/**
*
*
*/
@JsonProperty("v1alpha1RevisionList")
private io.fabric8.knative.serving.v1alpha1.RevisionList v1alpha1RevisionList;
/**
*
*
*/
@JsonProperty("v1alpha1Route")
private io.fabric8.knative.serving.v1alpha1.Route v1alpha1Route;
/**
*
*
*/
@JsonProperty("v1alpha1RouteList")
private io.fabric8.knative.serving.v1alpha1.RouteList v1alpha1RouteList;
/**
*
*
*/
@JsonProperty("v1alpha1Service")
private io.fabric8.knative.serving.v1alpha1.Service v1alpha1Service;
/**
*
*
*/
@JsonProperty("v1alpha1ServiceList")
private io.fabric8.knative.serving.v1alpha1.ServiceList v1alpha1ServiceList;
/**
*
*
*/
@JsonProperty("v1beta1Configuration")
private io.fabric8.knative.serving.v1beta1.Configuration v1beta1Configuration;
/**
*
*
*/
@JsonProperty("v1beta1ConfigurationList")
private io.fabric8.knative.serving.v1beta1.ConfigurationList v1beta1ConfigurationList;
/**
*
*
*/
@JsonProperty("v1beta1Revision")
private io.fabric8.knative.serving.v1beta1.Revision v1beta1Revision;
/**
*
*
*/
@JsonProperty("v1beta1RevisionList")
private io.fabric8.knative.serving.v1beta1.RevisionList v1beta1RevisionList;
/**
*
*
*/
@JsonProperty("v1beta1Route")
private io.fabric8.knative.serving.v1beta1.Route v1beta1Route;
/**
*
*
*/
@JsonProperty("v1beta1RouteList")
private io.fabric8.knative.serving.v1beta1.RouteList v1beta1RouteList;
/**
*
*
*/
@JsonProperty("v1beta1Service")
private io.fabric8.knative.serving.v1beta1.Service v1beta1Service;
/**
*
*
*/
@JsonProperty("v1beta1ServiceList")
private io.fabric8.knative.serving.v1beta1.ServiceList v1beta1ServiceList;
@JsonIgnore
private Map additionalProperties = new HashMap();
/**
* No args constructor for use in serialization
*
*/
public ValidationSchema() {
}
/**
*
* @param inMemoryChannelList
* @param channel
* @param clusterChannelProvisioner
* @param v1alpha1ServiceList
* @param subscription
* @param v1beta1RevisionList
* @param channelList
* @param v1Configuration
* @param v1alpha1Service
* @param triggerList
* @param v1beta1Revision
* @param eventTypeList
* @param v1alpha1RouteList
* @param v1alpha1Configuration
* @param v1Service
* @param v1beta1Route
* @param v1alpha1Route
* @param sequenceList
* @param v1alpha1Revision
* @param v1ServiceList
* @param v1beta1Configuration
* @param subscriptionList
* @param v1RouteList
* @param v1beta1ServiceList
* @param eventType
* @param trigger
* @param broker
* @param brokerList
* @param clusterChannelProvisionerList
* @param sequence
* @param v1alpha1ConfigurationList
* @param v1alpha1RevisionList
* @param inMemoryChannel
* @param v1beta1ConfigurationList
* @param v1Revision
* @param v1beta1RouteList
* @param v1ConfigurationList
* @param v1RevisionList
* @param v1beta1Service
* @param v1Route
*/
public ValidationSchema(Broker broker, BrokerList brokerList, Channel channel, ChannelList channelList, ClusterChannelProvisioner clusterChannelProvisioner, ClusterChannelProvisionerList clusterChannelProvisionerList, EventType eventType, EventTypeList eventTypeList, InMemoryChannel inMemoryChannel, InMemoryChannelList inMemoryChannelList, Sequence sequence, SequenceList sequenceList, Subscription subscription, SubscriptionList subscriptionList, Trigger trigger, TriggerList triggerList, io.fabric8.knative.serving.v1.Configuration v1Configuration, io.fabric8.knative.serving.v1.ConfigurationList v1ConfigurationList, io.fabric8.knative.serving.v1.Revision v1Revision, io.fabric8.knative.serving.v1.RevisionList v1RevisionList, io.fabric8.knative.serving.v1.Route v1Route, io.fabric8.knative.serving.v1.RouteList v1RouteList, io.fabric8.knative.serving.v1.Service v1Service, io.fabric8.knative.serving.v1.ServiceList v1ServiceList, io.fabric8.knative.serving.v1alpha1.Configuration v1alpha1Configuration, io.fabric8.knative.serving.v1alpha1.ConfigurationList v1alpha1ConfigurationList, io.fabric8.knative.serving.v1alpha1.Revision v1alpha1Revision, io.fabric8.knative.serving.v1alpha1.RevisionList v1alpha1RevisionList, io.fabric8.knative.serving.v1alpha1.Route v1alpha1Route, io.fabric8.knative.serving.v1alpha1.RouteList v1alpha1RouteList, io.fabric8.knative.serving.v1alpha1.Service v1alpha1Service, io.fabric8.knative.serving.v1alpha1.ServiceList v1alpha1ServiceList, io.fabric8.knative.serving.v1beta1.Configuration v1beta1Configuration, io.fabric8.knative.serving.v1beta1.ConfigurationList v1beta1ConfigurationList, io.fabric8.knative.serving.v1beta1.Revision v1beta1Revision, io.fabric8.knative.serving.v1beta1.RevisionList v1beta1RevisionList, io.fabric8.knative.serving.v1beta1.Route v1beta1Route, io.fabric8.knative.serving.v1beta1.RouteList v1beta1RouteList, io.fabric8.knative.serving.v1beta1.Service v1beta1Service, io.fabric8.knative.serving.v1beta1.ServiceList v1beta1ServiceList) {
this.broker = broker;
this.brokerList = brokerList;
this.channel = channel;
this.channelList = channelList;
this.clusterChannelProvisioner = clusterChannelProvisioner;
this.clusterChannelProvisionerList = clusterChannelProvisionerList;
this.eventType = eventType;
this.eventTypeList = eventTypeList;
this.inMemoryChannel = inMemoryChannel;
this.inMemoryChannelList = inMemoryChannelList;
this.sequence = sequence;
this.sequenceList = sequenceList;
this.subscription = subscription;
this.subscriptionList = subscriptionList;
this.trigger = trigger;
this.triggerList = triggerList;
this.v1Configuration = v1Configuration;
this.v1ConfigurationList = v1ConfigurationList;
this.v1Revision = v1Revision;
this.v1RevisionList = v1RevisionList;
this.v1Route = v1Route;
this.v1RouteList = v1RouteList;
this.v1Service = v1Service;
this.v1ServiceList = v1ServiceList;
this.v1alpha1Configuration = v1alpha1Configuration;
this.v1alpha1ConfigurationList = v1alpha1ConfigurationList;
this.v1alpha1Revision = v1alpha1Revision;
this.v1alpha1RevisionList = v1alpha1RevisionList;
this.v1alpha1Route = v1alpha1Route;
this.v1alpha1RouteList = v1alpha1RouteList;
this.v1alpha1Service = v1alpha1Service;
this.v1alpha1ServiceList = v1alpha1ServiceList;
this.v1beta1Configuration = v1beta1Configuration;
this.v1beta1ConfigurationList = v1beta1ConfigurationList;
this.v1beta1Revision = v1beta1Revision;
this.v1beta1RevisionList = v1beta1RevisionList;
this.v1beta1Route = v1beta1Route;
this.v1beta1RouteList = v1beta1RouteList;
this.v1beta1Service = v1beta1Service;
this.v1beta1ServiceList = v1beta1ServiceList;
}
/**
*
*
* @return
* The broker
*/
@JsonProperty("broker")
public Broker getBroker() {
return broker;
}
/**
*
*
* @param broker
* The broker
*/
@JsonProperty("broker")
public void setBroker(Broker broker) {
this.broker = broker;
}
/**
*
*
* @return
* The brokerList
*/
@JsonProperty("brokerList")
public BrokerList getBrokerList() {
return brokerList;
}
/**
*
*
* @param brokerList
* The brokerList
*/
@JsonProperty("brokerList")
public void setBrokerList(BrokerList brokerList) {
this.brokerList = brokerList;
}
/**
*
*
* @return
* The channel
*/
@JsonProperty("channel")
public Channel getChannel() {
return channel;
}
/**
*
*
* @param channel
* The channel
*/
@JsonProperty("channel")
public void setChannel(Channel channel) {
this.channel = channel;
}
/**
*
*
* @return
* The channelList
*/
@JsonProperty("channelList")
public ChannelList getChannelList() {
return channelList;
}
/**
*
*
* @param channelList
* The channelList
*/
@JsonProperty("channelList")
public void setChannelList(ChannelList channelList) {
this.channelList = channelList;
}
/**
*
*
* @return
* The clusterChannelProvisioner
*/
@JsonProperty("clusterChannelProvisioner")
public ClusterChannelProvisioner getClusterChannelProvisioner() {
return clusterChannelProvisioner;
}
/**
*
*
* @param clusterChannelProvisioner
* The clusterChannelProvisioner
*/
@JsonProperty("clusterChannelProvisioner")
public void setClusterChannelProvisioner(ClusterChannelProvisioner clusterChannelProvisioner) {
this.clusterChannelProvisioner = clusterChannelProvisioner;
}
/**
*
*
* @return
* The clusterChannelProvisionerList
*/
@JsonProperty("clusterChannelProvisionerList")
public ClusterChannelProvisionerList getClusterChannelProvisionerList() {
return clusterChannelProvisionerList;
}
/**
*
*
* @param clusterChannelProvisionerList
* The clusterChannelProvisionerList
*/
@JsonProperty("clusterChannelProvisionerList")
public void setClusterChannelProvisionerList(ClusterChannelProvisionerList clusterChannelProvisionerList) {
this.clusterChannelProvisionerList = clusterChannelProvisionerList;
}
/**
*
*
* @return
* The eventType
*/
@JsonProperty("eventType")
public EventType getEventType() {
return eventType;
}
/**
*
*
* @param eventType
* The eventType
*/
@JsonProperty("eventType")
public void setEventType(EventType eventType) {
this.eventType = eventType;
}
/**
*
*
* @return
* The eventTypeList
*/
@JsonProperty("eventTypeList")
public EventTypeList getEventTypeList() {
return eventTypeList;
}
/**
*
*
* @param eventTypeList
* The eventTypeList
*/
@JsonProperty("eventTypeList")
public void setEventTypeList(EventTypeList eventTypeList) {
this.eventTypeList = eventTypeList;
}
/**
*
*
* @return
* The inMemoryChannel
*/
@JsonProperty("inMemoryChannel")
public InMemoryChannel getInMemoryChannel() {
return inMemoryChannel;
}
/**
*
*
* @param inMemoryChannel
* The inMemoryChannel
*/
@JsonProperty("inMemoryChannel")
public void setInMemoryChannel(InMemoryChannel inMemoryChannel) {
this.inMemoryChannel = inMemoryChannel;
}
/**
*
*
* @return
* The inMemoryChannelList
*/
@JsonProperty("inMemoryChannelList")
public InMemoryChannelList getInMemoryChannelList() {
return inMemoryChannelList;
}
/**
*
*
* @param inMemoryChannelList
* The inMemoryChannelList
*/
@JsonProperty("inMemoryChannelList")
public void setInMemoryChannelList(InMemoryChannelList inMemoryChannelList) {
this.inMemoryChannelList = inMemoryChannelList;
}
/**
*
*
* @return
* The sequence
*/
@JsonProperty("sequence")
public Sequence getSequence() {
return sequence;
}
/**
*
*
* @param sequence
* The sequence
*/
@JsonProperty("sequence")
public void setSequence(Sequence sequence) {
this.sequence = sequence;
}
/**
*
*
* @return
* The sequenceList
*/
@JsonProperty("sequenceList")
public SequenceList getSequenceList() {
return sequenceList;
}
/**
*
*
* @param sequenceList
* The sequenceList
*/
@JsonProperty("sequenceList")
public void setSequenceList(SequenceList sequenceList) {
this.sequenceList = sequenceList;
}
/**
*
*
* @return
* The subscription
*/
@JsonProperty("subscription")
public Subscription getSubscription() {
return subscription;
}
/**
*
*
* @param subscription
* The subscription
*/
@JsonProperty("subscription")
public void setSubscription(Subscription subscription) {
this.subscription = subscription;
}
/**
*
*
* @return
* The subscriptionList
*/
@JsonProperty("subscriptionList")
public SubscriptionList getSubscriptionList() {
return subscriptionList;
}
/**
*
*
* @param subscriptionList
* The subscriptionList
*/
@JsonProperty("subscriptionList")
public void setSubscriptionList(SubscriptionList subscriptionList) {
this.subscriptionList = subscriptionList;
}
/**
*
*
* @return
* The trigger
*/
@JsonProperty("trigger")
public Trigger getTrigger() {
return trigger;
}
/**
*
*
* @param trigger
* The trigger
*/
@JsonProperty("trigger")
public void setTrigger(Trigger trigger) {
this.trigger = trigger;
}
/**
*
*
* @return
* The triggerList
*/
@JsonProperty("triggerList")
public TriggerList getTriggerList() {
return triggerList;
}
/**
*
*
* @param triggerList
* The triggerList
*/
@JsonProperty("triggerList")
public void setTriggerList(TriggerList triggerList) {
this.triggerList = triggerList;
}
/**
*
*
* @return
* The v1Configuration
*/
@JsonProperty("v1Configuration")
public io.fabric8.knative.serving.v1.Configuration getV1Configuration() {
return v1Configuration;
}
/**
*
*
* @param v1Configuration
* The v1Configuration
*/
@JsonProperty("v1Configuration")
public void setV1Configuration(io.fabric8.knative.serving.v1.Configuration v1Configuration) {
this.v1Configuration = v1Configuration;
}
/**
*
*
* @return
* The v1ConfigurationList
*/
@JsonProperty("v1ConfigurationList")
public io.fabric8.knative.serving.v1.ConfigurationList getV1ConfigurationList() {
return v1ConfigurationList;
}
/**
*
*
* @param v1ConfigurationList
* The v1ConfigurationList
*/
@JsonProperty("v1ConfigurationList")
public void setV1ConfigurationList(io.fabric8.knative.serving.v1.ConfigurationList v1ConfigurationList) {
this.v1ConfigurationList = v1ConfigurationList;
}
/**
*
*
* @return
* The v1Revision
*/
@JsonProperty("v1Revision")
public io.fabric8.knative.serving.v1.Revision getV1Revision() {
return v1Revision;
}
/**
*
*
* @param v1Revision
* The v1Revision
*/
@JsonProperty("v1Revision")
public void setV1Revision(io.fabric8.knative.serving.v1.Revision v1Revision) {
this.v1Revision = v1Revision;
}
/**
*
*
* @return
* The v1RevisionList
*/
@JsonProperty("v1RevisionList")
public io.fabric8.knative.serving.v1.RevisionList getV1RevisionList() {
return v1RevisionList;
}
/**
*
*
* @param v1RevisionList
* The v1RevisionList
*/
@JsonProperty("v1RevisionList")
public void setV1RevisionList(io.fabric8.knative.serving.v1.RevisionList v1RevisionList) {
this.v1RevisionList = v1RevisionList;
}
/**
*
*
* @return
* The v1Route
*/
@JsonProperty("v1Route")
public io.fabric8.knative.serving.v1.Route getV1Route() {
return v1Route;
}
/**
*
*
* @param v1Route
* The v1Route
*/
@JsonProperty("v1Route")
public void setV1Route(io.fabric8.knative.serving.v1.Route v1Route) {
this.v1Route = v1Route;
}
/**
*
*
* @return
* The v1RouteList
*/
@JsonProperty("v1RouteList")
public io.fabric8.knative.serving.v1.RouteList getV1RouteList() {
return v1RouteList;
}
/**
*
*
* @param v1RouteList
* The v1RouteList
*/
@JsonProperty("v1RouteList")
public void setV1RouteList(io.fabric8.knative.serving.v1.RouteList v1RouteList) {
this.v1RouteList = v1RouteList;
}
/**
*
*
* @return
* The v1Service
*/
@JsonProperty("v1Service")
public io.fabric8.knative.serving.v1.Service getV1Service() {
return v1Service;
}
/**
*
*
* @param v1Service
* The v1Service
*/
@JsonProperty("v1Service")
public void setV1Service(io.fabric8.knative.serving.v1.Service v1Service) {
this.v1Service = v1Service;
}
/**
*
*
* @return
* The v1ServiceList
*/
@JsonProperty("v1ServiceList")
public io.fabric8.knative.serving.v1.ServiceList getV1ServiceList() {
return v1ServiceList;
}
/**
*
*
* @param v1ServiceList
* The v1ServiceList
*/
@JsonProperty("v1ServiceList")
public void setV1ServiceList(io.fabric8.knative.serving.v1.ServiceList v1ServiceList) {
this.v1ServiceList = v1ServiceList;
}
/**
*
*
* @return
* The v1alpha1Configuration
*/
@JsonProperty("v1alpha1Configuration")
public io.fabric8.knative.serving.v1alpha1.Configuration getV1alpha1Configuration() {
return v1alpha1Configuration;
}
/**
*
*
* @param v1alpha1Configuration
* The v1alpha1Configuration
*/
@JsonProperty("v1alpha1Configuration")
public void setV1alpha1Configuration(io.fabric8.knative.serving.v1alpha1.Configuration v1alpha1Configuration) {
this.v1alpha1Configuration = v1alpha1Configuration;
}
/**
*
*
* @return
* The v1alpha1ConfigurationList
*/
@JsonProperty("v1alpha1ConfigurationList")
public io.fabric8.knative.serving.v1alpha1.ConfigurationList getV1alpha1ConfigurationList() {
return v1alpha1ConfigurationList;
}
/**
*
*
* @param v1alpha1ConfigurationList
* The v1alpha1ConfigurationList
*/
@JsonProperty("v1alpha1ConfigurationList")
public void setV1alpha1ConfigurationList(io.fabric8.knative.serving.v1alpha1.ConfigurationList v1alpha1ConfigurationList) {
this.v1alpha1ConfigurationList = v1alpha1ConfigurationList;
}
/**
*
*
* @return
* The v1alpha1Revision
*/
@JsonProperty("v1alpha1Revision")
public io.fabric8.knative.serving.v1alpha1.Revision getV1alpha1Revision() {
return v1alpha1Revision;
}
/**
*
*
* @param v1alpha1Revision
* The v1alpha1Revision
*/
@JsonProperty("v1alpha1Revision")
public void setV1alpha1Revision(io.fabric8.knative.serving.v1alpha1.Revision v1alpha1Revision) {
this.v1alpha1Revision = v1alpha1Revision;
}
/**
*
*
* @return
* The v1alpha1RevisionList
*/
@JsonProperty("v1alpha1RevisionList")
public io.fabric8.knative.serving.v1alpha1.RevisionList getV1alpha1RevisionList() {
return v1alpha1RevisionList;
}
/**
*
*
* @param v1alpha1RevisionList
* The v1alpha1RevisionList
*/
@JsonProperty("v1alpha1RevisionList")
public void setV1alpha1RevisionList(io.fabric8.knative.serving.v1alpha1.RevisionList v1alpha1RevisionList) {
this.v1alpha1RevisionList = v1alpha1RevisionList;
}
/**
*
*
* @return
* The v1alpha1Route
*/
@JsonProperty("v1alpha1Route")
public io.fabric8.knative.serving.v1alpha1.Route getV1alpha1Route() {
return v1alpha1Route;
}
/**
*
*
* @param v1alpha1Route
* The v1alpha1Route
*/
@JsonProperty("v1alpha1Route")
public void setV1alpha1Route(io.fabric8.knative.serving.v1alpha1.Route v1alpha1Route) {
this.v1alpha1Route = v1alpha1Route;
}
/**
*
*
* @return
* The v1alpha1RouteList
*/
@JsonProperty("v1alpha1RouteList")
public io.fabric8.knative.serving.v1alpha1.RouteList getV1alpha1RouteList() {
return v1alpha1RouteList;
}
/**
*
*
* @param v1alpha1RouteList
* The v1alpha1RouteList
*/
@JsonProperty("v1alpha1RouteList")
public void setV1alpha1RouteList(io.fabric8.knative.serving.v1alpha1.RouteList v1alpha1RouteList) {
this.v1alpha1RouteList = v1alpha1RouteList;
}
/**
*
*
* @return
* The v1alpha1Service
*/
@JsonProperty("v1alpha1Service")
public io.fabric8.knative.serving.v1alpha1.Service getV1alpha1Service() {
return v1alpha1Service;
}
/**
*
*
* @param v1alpha1Service
* The v1alpha1Service
*/
@JsonProperty("v1alpha1Service")
public void setV1alpha1Service(io.fabric8.knative.serving.v1alpha1.Service v1alpha1Service) {
this.v1alpha1Service = v1alpha1Service;
}
/**
*
*
* @return
* The v1alpha1ServiceList
*/
@JsonProperty("v1alpha1ServiceList")
public io.fabric8.knative.serving.v1alpha1.ServiceList getV1alpha1ServiceList() {
return v1alpha1ServiceList;
}
/**
*
*
* @param v1alpha1ServiceList
* The v1alpha1ServiceList
*/
@JsonProperty("v1alpha1ServiceList")
public void setV1alpha1ServiceList(io.fabric8.knative.serving.v1alpha1.ServiceList v1alpha1ServiceList) {
this.v1alpha1ServiceList = v1alpha1ServiceList;
}
/**
*
*
* @return
* The v1beta1Configuration
*/
@JsonProperty("v1beta1Configuration")
public io.fabric8.knative.serving.v1beta1.Configuration getV1beta1Configuration() {
return v1beta1Configuration;
}
/**
*
*
* @param v1beta1Configuration
* The v1beta1Configuration
*/
@JsonProperty("v1beta1Configuration")
public void setV1beta1Configuration(io.fabric8.knative.serving.v1beta1.Configuration v1beta1Configuration) {
this.v1beta1Configuration = v1beta1Configuration;
}
/**
*
*
* @return
* The v1beta1ConfigurationList
*/
@JsonProperty("v1beta1ConfigurationList")
public io.fabric8.knative.serving.v1beta1.ConfigurationList getV1beta1ConfigurationList() {
return v1beta1ConfigurationList;
}
/**
*
*
* @param v1beta1ConfigurationList
* The v1beta1ConfigurationList
*/
@JsonProperty("v1beta1ConfigurationList")
public void setV1beta1ConfigurationList(io.fabric8.knative.serving.v1beta1.ConfigurationList v1beta1ConfigurationList) {
this.v1beta1ConfigurationList = v1beta1ConfigurationList;
}
/**
*
*
* @return
* The v1beta1Revision
*/
@JsonProperty("v1beta1Revision")
public io.fabric8.knative.serving.v1beta1.Revision getV1beta1Revision() {
return v1beta1Revision;
}
/**
*
*
* @param v1beta1Revision
* The v1beta1Revision
*/
@JsonProperty("v1beta1Revision")
public void setV1beta1Revision(io.fabric8.knative.serving.v1beta1.Revision v1beta1Revision) {
this.v1beta1Revision = v1beta1Revision;
}
/**
*
*
* @return
* The v1beta1RevisionList
*/
@JsonProperty("v1beta1RevisionList")
public io.fabric8.knative.serving.v1beta1.RevisionList getV1beta1RevisionList() {
return v1beta1RevisionList;
}
/**
*
*
* @param v1beta1RevisionList
* The v1beta1RevisionList
*/
@JsonProperty("v1beta1RevisionList")
public void setV1beta1RevisionList(io.fabric8.knative.serving.v1beta1.RevisionList v1beta1RevisionList) {
this.v1beta1RevisionList = v1beta1RevisionList;
}
/**
*
*
* @return
* The v1beta1Route
*/
@JsonProperty("v1beta1Route")
public io.fabric8.knative.serving.v1beta1.Route getV1beta1Route() {
return v1beta1Route;
}
/**
*
*
* @param v1beta1Route
* The v1beta1Route
*/
@JsonProperty("v1beta1Route")
public void setV1beta1Route(io.fabric8.knative.serving.v1beta1.Route v1beta1Route) {
this.v1beta1Route = v1beta1Route;
}
/**
*
*
* @return
* The v1beta1RouteList
*/
@JsonProperty("v1beta1RouteList")
public io.fabric8.knative.serving.v1beta1.RouteList getV1beta1RouteList() {
return v1beta1RouteList;
}
/**
*
*
* @param v1beta1RouteList
* The v1beta1RouteList
*/
@JsonProperty("v1beta1RouteList")
public void setV1beta1RouteList(io.fabric8.knative.serving.v1beta1.RouteList v1beta1RouteList) {
this.v1beta1RouteList = v1beta1RouteList;
}
/**
*
*
* @return
* The v1beta1Service
*/
@JsonProperty("v1beta1Service")
public io.fabric8.knative.serving.v1beta1.Service getV1beta1Service() {
return v1beta1Service;
}
/**
*
*
* @param v1beta1Service
* The v1beta1Service
*/
@JsonProperty("v1beta1Service")
public void setV1beta1Service(io.fabric8.knative.serving.v1beta1.Service v1beta1Service) {
this.v1beta1Service = v1beta1Service;
}
/**
*
*
* @return
* The v1beta1ServiceList
*/
@JsonProperty("v1beta1ServiceList")
public io.fabric8.knative.serving.v1beta1.ServiceList getV1beta1ServiceList() {
return v1beta1ServiceList;
}
/**
*
*
* @param v1beta1ServiceList
* The v1beta1ServiceList
*/
@JsonProperty("v1beta1ServiceList")
public void setV1beta1ServiceList(io.fabric8.knative.serving.v1beta1.ServiceList v1beta1ServiceList) {
this.v1beta1ServiceList = v1beta1ServiceList;
}
@JsonAnyGetter
public Map getAdditionalProperties() {
return this.additionalProperties;
}
@JsonAnySetter
public void setAdditionalProperty(String name, Object value) {
this.additionalProperties.put(name, value);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy