You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -83,33 +88,41 @@ type APIResourceDiscovery struct {
83
88
// for this resource across all versions in the API group.
84
89
// Resources with non-empty groups are located at /apis/<APIGroupDiscovery.objectMeta.name>/<APIVersionDiscovery.version>/<APIResourceDiscovery.Resource>
85
90
// Resources with empty groups are located at /api/v1/<APIResourceDiscovery.Resource>
// responseKind describes the group, version, and kind of the serialization schema for the object type this endpoint typically returns.
88
94
// APIs may return other objects types at their discretion, such as error conditions, requests for alternate representations, or other operation specific behavior.
89
95
// This value will be null or empty if an APIService reports subresources but supports no operations on the parent resource
// singularResource is the singular name of the resource. This allows clients to handle plural and singular opaquely.
94
102
// For many clients the singular form of the resource will be more understandable to users reading messages and should be used when integrating the name of the resource into a sentence.
95
103
// The command line tool kubectl, for example, allows use of the singular resource name in place of plurals.
96
104
// The singular form of a resource should always be an optional element - when in doubt use the canonical resource name.
// subresources is a list of subresources provided by this resource. Subresources are located at /apis/<APIGroupDiscovery.objectMeta.name>/<APIVersionDiscovery.version>/<APIResourceDiscovery.Resource>/name-of-instance/<APIResourceDiscovery.subresources[i].subresource>
0 commit comments