@kubernetes-models/argo-rollouts
Version:
7 lines (6 loc) • 382 B
TypeScript
/**
* ReplicaSetSpecRef defines which RS that the experiment's template will use.
*/
export type IReplicaSetSpecRef = string;
export type ReplicaSetSpecRef = IReplicaSetSpecRef;
export type { IReplicaSetSpecRef as IComGithubArgoprojArgoRolloutsPkgApisRolloutsV1alpha1ReplicaSetSpecRef, ReplicaSetSpecRef as ComGithubArgoprojArgoRolloutsPkgApisRolloutsV1alpha1ReplicaSetSpecRef };