Interface HonuaServerCapabilitiesResponse

interface HonuaServerCapabilitiesResponse {
    compatibility: HonuaServerCompatibility;
    manifestDryRunSupported?: boolean;
    manifestPruneSupported?: boolean;
    manifestSupported?: boolean;
    metadataApiVersions?: string[];
    resourceKinds?: string[];
}

Properties

manifestDryRunSupported?: boolean
manifestPruneSupported?: boolean
manifestSupported?: boolean
metadataApiVersions?: string[]
resourceKinds?: string[]