
org.catools.k8s.model.CKubeContainers Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of common.k8s Show documentation
Show all versions of common.k8s Show documentation
The toolset to work with Kubernetes in all other CATools projects
The newest version!
package org.catools.k8s.model;
import lombok.Data;
import lombok.experimental.Accessors;
import org.catools.common.collections.CList;
@Data
@Accessors(chain = true)
public class CKubeContainers extends CList {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy