OpenShift Container Platform 4.10 可伸缩性和性能maxConcurrency: 1 timeout: 240 status: 2 conditions: - message: The ClusterGroupUpgrade CR has upgrade policies that are still non compliant reason: UpgradeNotCompleted status: "False" type: Ready conditions: - message: The ClusterGroupUpgrade CR has all clusters compliant with all the managed policies reason: UpgradeCompleted status: "True" type: Ready managedPoliciesForUpgrade: - maxConcurrency: 1 timeout: 240 status: conditions: - message: The ClusterGroupUpgrade CR has upgrade policies that are still non compliant 1 reason: UpgradeNotCompleted status: "False" type: Ready0 码力 | 315 页 | 3.19 MB | 1 年前3
openEuler 21.09 技术白皮书XL-FLASH Memory page access information Hot and cold page tiering and discarding Hot and cold memory policies Pages missing openEuler 21.09 Technical White Paper 13 05/ Cloud Base openEuler 21.09 Technical is an SELinux policy development tool used to assist developers in creating application security policies. secPaver abstracts common policy configuration files and encapsulates unified policy operation simplifying policy development and improving efficiency. It can be used to develop and simplify SELinux policies, and can be extended to other security mechanisms, such as AppArmor. Feature Description UI Prometheus0 码力 | 36 页 | 3.40 MB | 1 年前3
Laravel 5.3 中文文档Laravel 学院致力于提供优质 Laravel 中文学习资源 45 以通过邮件,也可以通过 Slack、短信或者数据库发送通知。 Policies 目录 这个目录默认不存在,你可以通过执行 make:policy 命令来创建, Policies 目录包含了所有的授 权策略类,策略用于判断某个用户是否有权限去访问指定资源。更多详情,请查看授权文档。 Providers 目录 Providers 中实现授权很简单,主要有两种方式:gates 和 policies。 可以将 gates 和 policies 分别看作路由和控制器,gates 提供了简单的基于闭包的方式进行授权, 而 policies 和控制器一样,对特定模型或资源上的复杂授权逻辑进行分组,本着由简入繁的思路, 我们首先来看 gates,然后再看 policies。 不要将 gates 和 policies 看作互斥的东西,实际上,在大多数应用中我们会混合使用它们,这很 看作互斥的东西,实际上,在大多数应用中我们会混合使用它们,这很 有必要,因为 gates 通常用于定于与模型或资源无关的权限,比如访问管理后台,与之相反,policies 则用于对指定模型或资源的动作进行授权。 本文档由 Laravel 学院(LaravelAcademy.org)提供 Laravel 学院致力于提供优质 Laravel 中文学习资源 250 2、Gates 编写 Gates0 码力 | 691 页 | 9.37 MB | 1 年前3
OpenShift Container Platform 4.14 存储OpenShift Container Platform 集群的主机共享。 4. 在 vCenter 中,从主菜单中点 Policies and Profiles。 5. 在 Policies and Profiles 页面中,在导航窗格中点 VM Storage Policies。 6. 点 CREATE。 kind: StorageClass apiVersion: storage.k8s 根据需要,创建一个存储策略,该策略以每个故障域中基于标签的数据存储为目标: a. 在 vCenter 中,从主菜单中点 Policies and Profiles。 b. 在 Policies and Profiles 页面中,在导航窗格中点 VM Storage Policies。 c. 点 CREATE。 d. 输入存储策略的名称。 e. 对于规则,选择 Tag 放置规则并选择以所需数据存储为目标的标签和类别(本例中为 5. 创建一个存储策略,该策略以每个故障域中基于标签的数据存储为目标: a. 在 vCenter 中,从主菜单中点 Policies and Profiles。 b. 在 Policies and Profiles 页面中,在导航窗格中点 VM Storage Policies。 c. 点 CREATE。 d. 输入存储策略的名称。 ~ $ oc get csinode co8-4s88d-worker-j2hmg0 码力 | 215 页 | 2.56 MB | 1 年前3
Laravel 5.2 中文文档$this->route('post'); return Gate::allows('update', Post::findOrFail($postId)); } 4、策略类(Policies) 创建策略类 由于在 AuthServiceProvider 中定义所有的授权逻辑将会变得越来越臃肿笨重,尤其是在 大型应用中,所以 Laravel 允许你将授权逻辑分割到多个“策略”类中,策略类是原生的 Artisan 命 令 make:policy 来生成该策略类。生成的策略类位于 app/Policies 目录: php artisan make:policy PostPolicy 注册策略类 策略类生成后我们需要将其注册到 Gate 类。AuthServiceProvider 包含了一 个 policies 属性来映射实体及管理该实体的策略类。因此,我们指定 Post 模型的策略类 是 PostPolicy: PostPolicy: Policies\PostPolicy; use Illuminate\Contracts\Auth\Access\Gate as GateContract; use Illuminate\Foundation\Support\Providers\AuthServiceProvide0 码力 | 377 页 | 4.56 MB | 1 年前3
openEuler 21.03 技术白皮书combine to bring a significant improvement in NVDIMM initialization. Optimized scheduling policies of SCHED_IDLE significantly shorten the scheduling delays of prioritized tasks and reduce interference App Memory page scan Hot and cold page tiering and discarding DRAM SCM Hot and cold memory policies Container VM XL-FLASH Pages missing Hardware Memory page scan module Memory page access information Committee The Council formulates the long-term development plan and guides individual and collective policies for the community. It reviews the work of the user committee and brand promotion committee, and0 码力 | 21 页 | 948.66 KB | 1 年前3
Volcano加速金融行业大数据分析平台云原生化改造的应用实践job if any pod get evicted policies: - event: PodEvicted action: RestartJob tasks: - replicas: 1 name: mpimaster # Mark whole job completed when mpiexec completed policies: - event: TaskCompleted0 码力 | 18 页 | 1.82 MB | 1 年前3
Kubernetes安全求生指南Kubernetes 的許可控制器 (Configure admission controllers) 實施 Kubernetes 網路政策 (Implement networking policies) 對容器設置資安規則 (Configure secure context for containers) 分隔敏感的工作負載 (Segregate sensitive workloads) Components) 2. etcd 狀態資料庫 3. 控制平面設置 (Control Plane Configuration) 4. 工作節點 (Worker Node) 5. 政策 (Policies) ©2019 VMware, Inc. 10 Use Cases: Security Architecture Guidance / Replacement for Checklist0 码力 | 23 页 | 2.14 MB | 1 年前3
Service Mesh 发展趋势(续) 蚂蚁金服 | 骑士到中盘路向何方?5SqL p0IuPb80_70J7aJEYu4_gS-s/edit#heading=h.hvvcgepdykro Owner: mtail@google.com Work-Group: Policies and Telemetry Short self link: Reviewers: xxxx[ ], xxx [] Status: WIP | In Review | Approved | Istio能否接受Mixer v2? - 如果接受,什么时候开 工? - 如果开工,什么时候完 工? - 如果完工,什么时候稳 定? Owner: mtail@google.com Work-Group: Policies and Telemetry Short self link: Reviewers: xxxx[ ], xxx [] Status: WIP | In Review| Approved | Obsolete0 码力 | 43 页 | 2.90 MB | 6 月前3
Laravel 6.0 中文文档的通知功能将通知发送和通知驱动解耦,你可以 通过邮件,也可以通过 Slack、短信或者数据库发送通知。 Policies 目录 本文档由学院君提供 学院君致力于提供优质 Laravel 中文学习资源:https://xueyuanjun.com 51 这个目录默认不存在,你可以通过执行 make:policy 命令生成策略 类来创建, Policies 目录包含了应用所有的授权策略类,策略用于 判断某个用户是否有权限去访问指定资源。更多详情,请查看授权文 void */ public function boot() { $this->registerPolicies(); Gate::define('update-post', 'App\Policies\PostPol icy@update'); } 授权动作 要使用 Gate 授权某个动作,可以使用 allows 或 denies 方法,需 要注意的是你可以不传用户实例到这些方法,Laravel 模型和与之对应 的 PostPolicy 来授权用户创建或更新博客的动作。 我们使用 Artisan 命令 make:policy 来生成一个 Policy 类,生成的 Policy 类位于 app/Policies 目录下,如果这个目录之前不存在, Laravel 会自动为我们创建: php artisan make:policy PostPolicy make:policy 命令会生成一个空的 Policy0 码力 | 1442 页 | 14.66 MB | 1 年前3
共 82 条
- 1
- 2
- 3
- 4
- 5
- 6
- 9













