Skip to content

Commit

Permalink
fix fabric8io#5262: omitting empty from the test result
Browse files Browse the repository at this point in the history
  • Loading branch information
shawkins committed Jul 9, 2023
1 parent a70b0ed commit 832a4c2
Show file tree
Hide file tree
Showing 632 changed files with 1,101 additions and 346 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ public class BuildList implements KubernetesResource, KubernetesResourceList<io.
@JsonProperty("apiVersion")
private String apiVersion = "camel.apache.org/v1";
@JsonProperty("items")
@JsonInclude(JsonInclude.Include.NON_EMPTY)
private List<io.fabric8.camelk.v1.Build> items = new ArrayList<io.fabric8.camelk.v1.Build>();
/**
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ public class CamelCatalogList implements KubernetesResource, KubernetesResourceL
@JsonProperty("apiVersion")
private String apiVersion = "camel.apache.org/v1";
@JsonProperty("items")
@JsonInclude(JsonInclude.Include.NON_EMPTY)
private List<io.fabric8.camelk.v1.CamelCatalog> items = new ArrayList<io.fabric8.camelk.v1.CamelCatalog>();
/**
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ public class Capability implements KubernetesResource
{

@JsonProperty("dependencies")
@JsonInclude(JsonInclude.Include.NON_EMPTY)
private List<MavenArtifact> dependencies = new ArrayList<MavenArtifact>();
@JsonProperty("metadata")
@JsonInclude(JsonInclude.Include.NON_EMPTY)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ public class IntegrationKitList implements KubernetesResource, KubernetesResourc
@JsonProperty("apiVersion")
private String apiVersion = "camel.apache.org/v1";
@JsonProperty("items")
@JsonInclude(JsonInclude.Include.NON_EMPTY)
private List<io.fabric8.camelk.v1.IntegrationKit> items = new ArrayList<io.fabric8.camelk.v1.IntegrationKit>();
/**
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ public class IntegrationList implements KubernetesResource, KubernetesResourceLi
@JsonProperty("apiVersion")
private String apiVersion = "camel.apache.org/v1";
@JsonProperty("items")
@JsonInclude(JsonInclude.Include.NON_EMPTY)
private List<io.fabric8.camelk.v1.Integration> items = new ArrayList<io.fabric8.camelk.v1.Integration>();
/**
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ public class IntegrationPlatformList implements KubernetesResource, KubernetesRe
@JsonProperty("apiVersion")
private String apiVersion = "camel.apache.org/v1";
@JsonProperty("items")
@JsonInclude(JsonInclude.Include.NON_EMPTY)
private List<io.fabric8.camelk.v1.IntegrationPlatform> items = new ArrayList<io.fabric8.camelk.v1.IntegrationPlatform>();
/**
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ public class PodSpec implements KubernetesResource
@JsonProperty("activeDeadlineSeconds")
private Long activeDeadlineSeconds;
@JsonProperty("containers")
@JsonInclude(JsonInclude.Include.NON_EMPTY)
private List<io.fabric8.kubernetes.api.model.Container> containers = new ArrayList<io.fabric8.kubernetes.api.model.Container>();
@JsonProperty("dnsPolicy")
private java.lang.String dnsPolicy;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ public class RuntimeSpec implements KubernetesResource
@JsonInclude(JsonInclude.Include.NON_EMPTY)
private Map<String, Capability> capabilities = new LinkedHashMap<String, Capability>();
@JsonProperty("dependencies")
@JsonInclude(JsonInclude.Include.NON_EMPTY)
private List<MavenArtifact> dependencies = new ArrayList<MavenArtifact>();
@JsonProperty("metadata")
@JsonInclude(JsonInclude.Include.NON_EMPTY)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ public class KameletBindingList implements KubernetesResource, KubernetesResourc
@JsonProperty("apiVersion")
private String apiVersion = "camel.apache.org/v1alpha1";
@JsonProperty("items")
@JsonInclude(JsonInclude.Include.NON_EMPTY)
private List<io.fabric8.camelk.v1alpha1.KameletBinding> items = new ArrayList<io.fabric8.camelk.v1alpha1.KameletBinding>();
/**
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ public class KameletList implements KubernetesResource, KubernetesResourceList<i
@JsonProperty("apiVersion")
private String apiVersion = "camel.apache.org/v1alpha1";
@JsonProperty("items")
@JsonInclude(JsonInclude.Include.NON_EMPTY)
private List<io.fabric8.camelk.v1alpha1.Kamelet> items = new ArrayList<io.fabric8.camelk.v1alpha1.Kamelet>();
/**
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ public class ChallengeList implements KubernetesResource, KubernetesResourceList
@JsonProperty("apiVersion")
private String apiVersion = "acme.cert-manager.io/v1";
@JsonProperty("items")
@JsonInclude(JsonInclude.Include.NON_EMPTY)
private List<io.fabric8.certmanager.api.model.acme.v1.Challenge> items = new ArrayList<io.fabric8.certmanager.api.model.acme.v1.Challenge>();
/**
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ public class OrderList implements KubernetesResource, KubernetesResourceList<io.
@JsonProperty("apiVersion")
private String apiVersion = "acme.cert-manager.io/v1";
@JsonProperty("items")
@JsonInclude(JsonInclude.Include.NON_EMPTY)
private List<io.fabric8.certmanager.api.model.acme.v1.Order> items = new ArrayList<io.fabric8.certmanager.api.model.acme.v1.Order>();
/**
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ public class CertificateList implements KubernetesResource, KubernetesResourceLi
@JsonProperty("apiVersion")
private String apiVersion = "cert-manager.io/v1";
@JsonProperty("items")
@JsonInclude(JsonInclude.Include.NON_EMPTY)
private List<io.fabric8.certmanager.api.model.v1.Certificate> items = new ArrayList<io.fabric8.certmanager.api.model.v1.Certificate>();
/**
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ public class CertificateRequestList implements KubernetesResource, KubernetesRes
@JsonProperty("apiVersion")
private String apiVersion = "cert-manager.io/v1";
@JsonProperty("items")
@JsonInclude(JsonInclude.Include.NON_EMPTY)
private List<io.fabric8.certmanager.api.model.v1.CertificateRequest> items = new ArrayList<io.fabric8.certmanager.api.model.v1.CertificateRequest>();
/**
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ public class ClusterIssuerList implements KubernetesResource, KubernetesResource
@JsonProperty("apiVersion")
private String apiVersion = "cert-manager.io/v1";
@JsonProperty("items")
@JsonInclude(JsonInclude.Include.NON_EMPTY)
private List<io.fabric8.certmanager.api.model.v1.ClusterIssuer> items = new ArrayList<io.fabric8.certmanager.api.model.v1.ClusterIssuer>();
/**
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ public class IssuerList implements KubernetesResource, KubernetesResourceList<io
@JsonProperty("apiVersion")
private String apiVersion = "cert-manager.io/v1";
@JsonProperty("items")
@JsonInclude(JsonInclude.Include.NON_EMPTY)
private List<io.fabric8.certmanager.api.model.v1.Issuer> items = new ArrayList<io.fabric8.certmanager.api.model.v1.Issuer>();
/**
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ public class ChallengeList implements KubernetesResource, KubernetesResourceList
@JsonProperty("apiVersion")
private String apiVersion = "cert-manager.io/v1alpha2";
@JsonProperty("items")
@JsonInclude(JsonInclude.Include.NON_EMPTY)
private List<io.fabric8.certmanager.api.model.acme.v1alpha2.Challenge> items = new ArrayList<io.fabric8.certmanager.api.model.acme.v1alpha2.Challenge>();
/**
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ public class OrderList implements KubernetesResource, KubernetesResourceList<io.
@JsonProperty("apiVersion")
private String apiVersion = "cert-manager.io/v1alpha2";
@JsonProperty("items")
@JsonInclude(JsonInclude.Include.NON_EMPTY)
private List<io.fabric8.certmanager.api.model.acme.v1alpha2.Order> items = new ArrayList<io.fabric8.certmanager.api.model.acme.v1alpha2.Order>();
/**
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ public class CertificateList implements KubernetesResource, KubernetesResourceLi
@JsonProperty("apiVersion")
private String apiVersion = "cert-manager.io/v1alpha2";
@JsonProperty("items")
@JsonInclude(JsonInclude.Include.NON_EMPTY)
private List<io.fabric8.certmanager.api.model.v1alpha2.Certificate> items = new ArrayList<io.fabric8.certmanager.api.model.v1alpha2.Certificate>();
/**
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ public class CertificateRequestList implements KubernetesResource, KubernetesRes
@JsonProperty("apiVersion")
private String apiVersion = "cert-manager.io/v1alpha2";
@JsonProperty("items")
@JsonInclude(JsonInclude.Include.NON_EMPTY)
private List<io.fabric8.certmanager.api.model.v1alpha2.CertificateRequest> items = new ArrayList<io.fabric8.certmanager.api.model.v1alpha2.CertificateRequest>();
/**
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ public class ClusterIssuerList implements KubernetesResource, KubernetesResource
@JsonProperty("apiVersion")
private String apiVersion = "cert-manager.io/v1alpha2";
@JsonProperty("items")
@JsonInclude(JsonInclude.Include.NON_EMPTY)
private List<io.fabric8.certmanager.api.model.v1alpha2.ClusterIssuer> items = new ArrayList<io.fabric8.certmanager.api.model.v1alpha2.ClusterIssuer>();
/**
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ public class IssuerList implements KubernetesResource, KubernetesResourceList<io
@JsonProperty("apiVersion")
private String apiVersion = "cert-manager.io/v1alpha2";
@JsonProperty("items")
@JsonInclude(JsonInclude.Include.NON_EMPTY)
private List<io.fabric8.certmanager.api.model.v1alpha2.Issuer> items = new ArrayList<io.fabric8.certmanager.api.model.v1alpha2.Issuer>();
/**
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ public class ChallengeList implements KubernetesResource, KubernetesResourceList
@JsonProperty("apiVersion")
private String apiVersion = "cert-manager.io/v1alpha3";
@JsonProperty("items")
@JsonInclude(JsonInclude.Include.NON_EMPTY)
private List<io.fabric8.certmanager.api.model.acme.v1alpha3.Challenge> items = new ArrayList<io.fabric8.certmanager.api.model.acme.v1alpha3.Challenge>();
/**
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ public class OrderList implements KubernetesResource, KubernetesResourceList<io.
@JsonProperty("apiVersion")
private String apiVersion = "cert-manager.io/v1alpha3";
@JsonProperty("items")
@JsonInclude(JsonInclude.Include.NON_EMPTY)
private List<io.fabric8.certmanager.api.model.acme.v1alpha3.Order> items = new ArrayList<io.fabric8.certmanager.api.model.acme.v1alpha3.Order>();
/**
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ public class CertificateList implements KubernetesResource, KubernetesResourceLi
@JsonProperty("apiVersion")
private String apiVersion = "cert-manager.io/v1alpha3";
@JsonProperty("items")
@JsonInclude(JsonInclude.Include.NON_EMPTY)
private List<io.fabric8.certmanager.api.model.v1alpha3.Certificate> items = new ArrayList<io.fabric8.certmanager.api.model.v1alpha3.Certificate>();
/**
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ public class CertificateRequestList implements KubernetesResource, KubernetesRes
@JsonProperty("apiVersion")
private String apiVersion = "cert-manager.io/v1alpha3";
@JsonProperty("items")
@JsonInclude(JsonInclude.Include.NON_EMPTY)
private List<io.fabric8.certmanager.api.model.v1alpha3.CertificateRequest> items = new ArrayList<io.fabric8.certmanager.api.model.v1alpha3.CertificateRequest>();
/**
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ public class ClusterIssuerList implements KubernetesResource, KubernetesResource
@JsonProperty("apiVersion")
private String apiVersion = "cert-manager.io/v1alpha3";
@JsonProperty("items")
@JsonInclude(JsonInclude.Include.NON_EMPTY)
private List<io.fabric8.certmanager.api.model.v1alpha3.ClusterIssuer> items = new ArrayList<io.fabric8.certmanager.api.model.v1alpha3.ClusterIssuer>();
/**
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ public class IssuerList implements KubernetesResource, KubernetesResourceList<io
@JsonProperty("apiVersion")
private String apiVersion = "cert-manager.io/v1alpha3";
@JsonProperty("items")
@JsonInclude(JsonInclude.Include.NON_EMPTY)
private List<io.fabric8.certmanager.api.model.v1alpha3.Issuer> items = new ArrayList<io.fabric8.certmanager.api.model.v1alpha3.Issuer>();
/**
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ public class ChallengeList implements KubernetesResource, KubernetesResourceList
@JsonProperty("apiVersion")
private String apiVersion = "cert-manager.io/v1beta1";
@JsonProperty("items")
@JsonInclude(JsonInclude.Include.NON_EMPTY)
private List<io.fabric8.certmanager.api.model.acme.v1beta1.Challenge> items = new ArrayList<io.fabric8.certmanager.api.model.acme.v1beta1.Challenge>();
/**
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ public class OrderList implements KubernetesResource, KubernetesResourceList<io.
@JsonProperty("apiVersion")
private String apiVersion = "cert-manager.io/v1beta1";
@JsonProperty("items")
@JsonInclude(JsonInclude.Include.NON_EMPTY)
private List<io.fabric8.certmanager.api.model.acme.v1beta1.Order> items = new ArrayList<io.fabric8.certmanager.api.model.acme.v1beta1.Order>();
/**
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ public class CertificateList implements KubernetesResource, KubernetesResourceLi
@JsonProperty("apiVersion")
private String apiVersion = "cert-manager.io/v1beta1";
@JsonProperty("items")
@JsonInclude(JsonInclude.Include.NON_EMPTY)
private List<io.fabric8.certmanager.api.model.v1beta1.Certificate> items = new ArrayList<io.fabric8.certmanager.api.model.v1beta1.Certificate>();
/**
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ public class CertificateRequestList implements KubernetesResource, KubernetesRes
@JsonProperty("apiVersion")
private String apiVersion = "cert-manager.io/v1beta1";
@JsonProperty("items")
@JsonInclude(JsonInclude.Include.NON_EMPTY)
private List<io.fabric8.certmanager.api.model.v1beta1.CertificateRequest> items = new ArrayList<io.fabric8.certmanager.api.model.v1beta1.CertificateRequest>();
/**
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ public class ClusterIssuerList implements KubernetesResource, KubernetesResource
@JsonProperty("apiVersion")
private String apiVersion = "cert-manager.io/v1beta1";
@JsonProperty("items")
@JsonInclude(JsonInclude.Include.NON_EMPTY)
private List<io.fabric8.certmanager.api.model.v1beta1.ClusterIssuer> items = new ArrayList<io.fabric8.certmanager.api.model.v1beta1.ClusterIssuer>();
/**
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ public class IssuerList implements KubernetesResource, KubernetesResourceList<io
@JsonProperty("apiVersion")
private String apiVersion = "cert-manager.io/v1beta1";
@JsonProperty("items")
@JsonInclude(JsonInclude.Include.NON_EMPTY)
private List<io.fabric8.certmanager.api.model.v1beta1.Issuer> items = new ArrayList<io.fabric8.certmanager.api.model.v1beta1.Issuer>();
/**
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ public class AWSChaosList implements KubernetesResource, KubernetesResourceList<
@JsonProperty("apiVersion")
private String apiVersion = "chaos-mesh.org/v1alpha1";
@JsonProperty("items")
@JsonInclude(JsonInclude.Include.NON_EMPTY)
private List<io.fabric8.chaosmesh.v1alpha1.AWSChaos> items = new ArrayList<io.fabric8.chaosmesh.v1alpha1.AWSChaos>();
/**
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ public class BlockChaosList implements KubernetesResource, KubernetesResourceLis
@JsonProperty("apiVersion")
private String apiVersion = "chaos-mesh.org/v1alpha1";
@JsonProperty("items")
@JsonInclude(JsonInclude.Include.NON_EMPTY)
private List<io.fabric8.chaosmesh.v1alpha1.BlockChaos> items = new ArrayList<io.fabric8.chaosmesh.v1alpha1.BlockChaos>();
/**
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ public class BlockChaosSpec implements KubernetesResource
@JsonProperty("action")
private java.lang.String action;
@JsonProperty("containerNames")
@JsonInclude(JsonInclude.Include.NON_EMPTY)
private List<java.lang.String> containerNames = new ArrayList<java.lang.String>();
@JsonProperty("delay")
private BlockDelaySpec delay;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ public class CPUStressor implements KubernetesResource
@JsonProperty("load")
private Integer load;
@JsonProperty("options")
@JsonInclude(JsonInclude.Include.NON_EMPTY)
private List<String> options = new ArrayList<String>();
@JsonProperty("workers")
private java.lang.Integer workers;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ public class DNSChaosList implements KubernetesResource, KubernetesResourceList<
@JsonProperty("apiVersion")
private String apiVersion = "chaos-mesh.org/v1alpha1";
@JsonProperty("items")
@JsonInclude(JsonInclude.Include.NON_EMPTY)
private List<io.fabric8.chaosmesh.v1alpha1.DNSChaos> items = new ArrayList<io.fabric8.chaosmesh.v1alpha1.DNSChaos>();
/**
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,14 @@ public class DNSChaosSpec implements KubernetesResource
@JsonProperty("action")
private java.lang.String action;
@JsonProperty("containerNames")
@JsonInclude(JsonInclude.Include.NON_EMPTY)
private List<java.lang.String> containerNames = new ArrayList<java.lang.String>();
@JsonProperty("duration")
private String duration;
@JsonProperty("mode")
private java.lang.String mode;
@JsonProperty("patterns")
@JsonInclude(JsonInclude.Include.NON_EMPTY)
private List<java.lang.String> patterns = new ArrayList<java.lang.String>();
@JsonProperty("selector")
private PodSelectorSpec selector;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ public class FailKernRequest implements KubernetesResource
@JsonProperty("failtype")
private Integer failtype;
@JsonProperty("headers")
@JsonInclude(JsonInclude.Include.NON_EMPTY)
private List<String> headers = new ArrayList<String>();
@JsonProperty("probability")
private Integer probability;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ public class GCPChaosList implements KubernetesResource, KubernetesResourceList<
@JsonProperty("apiVersion")
private String apiVersion = "chaos-mesh.org/v1alpha1";
@JsonProperty("items")
@JsonInclude(JsonInclude.Include.NON_EMPTY)
private List<io.fabric8.chaosmesh.v1alpha1.GCPChaos> items = new ArrayList<io.fabric8.chaosmesh.v1alpha1.GCPChaos>();
/**
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ public class GCPChaosSpec implements KubernetesResource
@JsonProperty("action")
private java.lang.String action;
@JsonProperty("deviceNames")
@JsonInclude(JsonInclude.Include.NON_EMPTY)
private List<java.lang.String> deviceNames = new ArrayList<java.lang.String>();
@JsonProperty("duration")
private String duration;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ public class GCPChaosStatus implements KubernetesResource
{

@JsonProperty("attachedDiskStrings")
@JsonInclude(JsonInclude.Include.NON_EMPTY)
private List<String> attachedDiskStrings = new ArrayList<String>();
@JsonProperty("conditions")
@JsonInclude(JsonInclude.Include.NON_EMPTY)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ public class HTTPChaosList implements KubernetesResource, KubernetesResourceList
@JsonProperty("apiVersion")
private String apiVersion = "chaos-mesh.org/v1alpha1";
@JsonProperty("items")
@JsonInclude(JsonInclude.Include.NON_EMPTY)
private List<io.fabric8.chaosmesh.v1alpha1.HTTPChaos> items = new ArrayList<io.fabric8.chaosmesh.v1alpha1.HTTPChaos>();
/**
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ public class IOChaosList implements KubernetesResource, KubernetesResourceList<i
@JsonProperty("apiVersion")
private String apiVersion = "chaos-mesh.org/v1alpha1";
@JsonProperty("items")
@JsonInclude(JsonInclude.Include.NON_EMPTY)
private List<io.fabric8.chaosmesh.v1alpha1.IOChaos> items = new ArrayList<io.fabric8.chaosmesh.v1alpha1.IOChaos>();
/**
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ public class IOChaosSpec implements KubernetesResource
@JsonProperty("attr")
private AttrOverrideSpec attr;
@JsonProperty("containerNames")
@JsonInclude(JsonInclude.Include.NON_EMPTY)
private List<java.lang.String> containerNames = new ArrayList<java.lang.String>();
@JsonProperty("delay")
private java.lang.String delay;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ public class JVMChaosList implements KubernetesResource, KubernetesResourceList<
@JsonProperty("apiVersion")
private String apiVersion = "chaos-mesh.org/v1alpha1";
@JsonProperty("items")
@JsonInclude(JsonInclude.Include.NON_EMPTY)
private List<io.fabric8.chaosmesh.v1alpha1.JVMChaos> items = new ArrayList<io.fabric8.chaosmesh.v1alpha1.JVMChaos>();
/**
*
Expand Down
Loading

0 comments on commit 832a4c2

Please sign in to comment.