@kubernetes-models/argo-rollouts
Version:
13 lines (12 loc) • 523 B
TypeScript
import { ModelData, Model } from "@kubernetes-models/base";
export interface IFieldRef {
/**
* Required: Path of the field to select in the specified API version
*/
"fieldPath": string;
}
export declare class FieldRef extends Model<IFieldRef> implements IFieldRef {
"fieldPath": string;
constructor(data?: ModelData<IFieldRef>);
}
export type { IFieldRef as IComGithubArgoprojArgoRolloutsPkgApisRolloutsV1alpha1FieldRef, FieldRef as ComGithubArgoprojArgoRolloutsPkgApisRolloutsV1alpha1FieldRef };