Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for rbacrest (0.17 sec)

  1. pkg/controlplane/apiserver/apis.go

    	corerest "k8s.io/kubernetes/pkg/registry/core/rest"
    	eventsrest "k8s.io/kubernetes/pkg/registry/events/rest"
    	flowcontrolrest "k8s.io/kubernetes/pkg/registry/flowcontrol/rest"
    	rbacrest "k8s.io/kubernetes/pkg/registry/rbac/rest"
    )
    
    // RESTStorageProvider is a factory type for REST storage.
    type RESTStorageProvider interface {
    	GroupName() string
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 03 11:50:04 UTC 2024
    - 6.8K bytes
    - Viewed (0)
  2. pkg/controlplane/apiserver/config.go

    	"k8s.io/kubernetes/pkg/controlplane/controller/clusterauthenticationtrust"
    	"k8s.io/kubernetes/pkg/features"
    	"k8s.io/kubernetes/pkg/kubeapiserver"
    	"k8s.io/kubernetes/pkg/kubeapiserver/authorizer/modes"
    	rbacrest "k8s.io/kubernetes/pkg/registry/rbac/rest"
    	"k8s.io/kubernetes/pkg/serviceaccount"
    )
    
    // Config defines configuration for the master
    type Config struct {
    	Generic *genericapiserver.Config
    	Extra
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 17:57:37 UTC 2024
    - 14.9K bytes
    - Viewed (0)
  3. pkg/controlplane/instance.go

    	networkingrest "k8s.io/kubernetes/pkg/registry/networking/rest"
    	noderest "k8s.io/kubernetes/pkg/registry/node/rest"
    	policyrest "k8s.io/kubernetes/pkg/registry/policy/rest"
    	rbacrest "k8s.io/kubernetes/pkg/registry/rbac/rest"
    	resourcerest "k8s.io/kubernetes/pkg/registry/resource/rest"
    	schedulingrest "k8s.io/kubernetes/pkg/registry/scheduling/rest"
    	storagerest "k8s.io/kubernetes/pkg/registry/storage/rest"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 03 11:50:04 UTC 2024
    - 21.2K bytes
    - Viewed (0)
  4. plugin/pkg/auth/authorizer/rbac/rbac_test.go

    Jordan Liggitt <******@****.***> 1569333992 -0400
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Sep 24 15:14:54 UTC 2019
    - 21.1K bytes
    - Viewed (0)
  5. pkg/apis/rbac/helpers_test.go

    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.
    */
    
    package rbac_test
    
    import (
    	"reflect"
    	"testing"
    
    	"github.com/google/go-cmp/cmp"
    	"k8s.io/apimachinery/pkg/runtime"
    	"k8s.io/kubernetes/pkg/api/legacyscheme"
    	"k8s.io/kubernetes/pkg/apis/rbac"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 12 15:46:12 UTC 2023
    - 9.2K bytes
    - Viewed (0)
  6. src/compress/bzip2/testdata/Isaac.Newton-Opticks.txt.bz2

    one another as much decreased, so that the Light may be refracted in every Point of its Passage, and by continual Refractions bent into a Curve-Line. And therefore the whole Refraction of Light in passing through the Atmosphere from the highest and rarest Part thereof down to the lowest and densest Part, must be equal to the Refraction which it would suffer in passing at like Obliquity out of a Vacuum immediately into Air of equal Density with that in the lowest Part of the Atmosphere. Now, although...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 24 18:26:02 UTC 2018
    - 129.4K bytes
    - Viewed (0)
  7. src/testdata/Isaac.Newton-Opticks.txt

    that the Light may be refracted in every Point of its Passage, and by
    continual Refractions bent into a Curve-Line. And therefore the whole
    Refraction of Light in passing through the Atmosphere from the highest
    and rarest Part thereof down to the lowest and densest Part, must be
    equal to the Refraction which it would suffer in passing at like
    Obliquity out of a Vacuum immediately into Air of equal Density with
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 01 16:16:21 UTC 2018
    - 553.9K bytes
    - Viewed (0)
Back to top