Merge pull request #2839 from xichengliudui/fix181023
Fixing grammatical errors
This commit is contained in:
commit
d41c193c91
|
@ -243,7 +243,7 @@ type PolicyRule struct {
|
||||||
// An empty list implies every user.
|
// An empty list implies every user.
|
||||||
Users []string
|
Users []string
|
||||||
// The user groups this rule applies to. If a user is considered matching
|
// The user groups this rule applies to. If a user is considered matching
|
||||||
// if the are a member of any of these groups
|
// if they are a member of any of these groups
|
||||||
// An empty list implies every user group.
|
// An empty list implies every user group.
|
||||||
UserGroups []string
|
UserGroups []string
|
||||||
|
|
||||||
|
|
|
@ -169,7 +169,7 @@ Adding it there allows the user to change the mode bits of every file in the
|
||||||
object, so it achieves the goal, while having the option to have a default and
|
object, so it achieves the goal, while having the option to have a default and
|
||||||
not specify all files in the object.
|
not specify all files in the object.
|
||||||
|
|
||||||
The are two downside:
|
There are two downsides:
|
||||||
|
|
||||||
* The files are symlinks pointint to the real file, and the realfile
|
* The files are symlinks pointint to the real file, and the realfile
|
||||||
permissions are only set. The symlink has the classic symlink permissions.
|
permissions are only set. The symlink has the classic symlink permissions.
|
||||||
|
|
|
@ -89,7 +89,7 @@ MUST satisfy thresholds defined in [thresholds file][].
|
||||||
## Kubernetes SLIs/SLOs
|
## Kubernetes SLIs/SLOs
|
||||||
|
|
||||||
The currently existing SLIs/SLOs are enough to guarantee that cluster isn't
|
The currently existing SLIs/SLOs are enough to guarantee that cluster isn't
|
||||||
completely dead. However, the are not enough to satisfy user's needs in most
|
completely dead. However, they are not enough to satisfy user's needs in most
|
||||||
of the cases.
|
of the cases.
|
||||||
|
|
||||||
We are looking into extending the set of SLIs/SLOs to cover more parts of
|
We are looking into extending the set of SLIs/SLOs to cover more parts of
|
||||||
|
|
Loading…
Reference in New Issue