dev.galasa.kubernetes.IDeployment Maven / Gradle / Ivy
/*
* Licensed Materials - Property of IBM
*
* (c) Copyright IBM Corp. 2020.
*/
package dev.galasa.kubernetes;
/**
* Represent a Deployment resource
*
* @author Michael Baylis
*
*/
public interface IDeployment extends IReplicaSet {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy