Documentation
¶
Overview ¶
Package v1 defines schemes used by iam-authz-server.
Index ¶
Constants ¶
View Source
const GroupName = "iam.authz"
GroupName is the group name use in this package. If use a public domain name, need set the GroupName to service name. For example: if restful path is: https://marmotedu.com/apimachinery/v1/secrets, we can set GroupName="apimachinery".
Variables ¶
View Source
var SchemeGroupVersion = scheme.GroupVersion{Group: GroupName, Version: "v1"}
SchemeGroupVersion is group version used to register these objects.
Functions ¶
func Resource ¶
func Resource(resource string) scheme.GroupResource
Resource takes an unqualified resource and returns a Group qualified GroupResource.
Types ¶
Click to show internal directories.
Click to hide internal directories.