All Downloads are FREE. Search and download functionalities are using the official Maven repository.

me.snowdrop.istio.api.model.IstioBaseSpec Maven / Gradle / Ivy

/**
 * Copyright 2018 Red Hat, Inc. and/or its affiliates.
 * 

* Licensed under the Eclipse Public License version 1.0, available at * http://www.eclipse.org/legal/epl-v10.html */ package me.snowdrop.istio.api.model; import com.fasterxml.jackson.annotation.JsonInclude; import io.fabric8.kubernetes.api.model.Doneable; import io.sundr.builder.annotations.Buildable; import io.sundr.builder.annotations.Inline; import lombok.EqualsAndHashCode; import lombok.ToString; /** * @author Christophe Laprun */ @ToString @EqualsAndHashCode @Buildable(editableEnabled = false, validationEnabled = true, generateBuilderPackage = true, builderPackage = "io.fabric8.kubernetes.api.builder", inline = @Inline(type = Doneable.class, prefix = "Doneable", value = "done")) @JsonInclude(JsonInclude.Include.NON_EMPTY) public class IstioBaseSpec implements IstioSpec { }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy