Sha256: f0d33eb7cec1594283f911a1b6bde993af1ea61c34b86e405ba638a1568bb00a
Contents?: true
Size: 505 Bytes
Versions: 1
Compression:
Stored size: 505 Bytes
Contents
# Zilla::IoK8sApiRbacV1RoleRef ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **api_group** | **String** | APIGroup is the group for the resource being referenced | | | **kind** | **String** | Kind is the type of resource being referenced | | | **name** | **String** | Name is the name of resource being referenced | | ## Example ```ruby require 'zilla' instance = Zilla::IoK8sApiRbacV1RoleRef.new( api_group: null, kind: null, name: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
zilla-0.2.0 | docs/IoK8sApiRbacV1RoleRef.md |