- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 50 for Groups (0.22 sec)
-
src/main/java/org/codelibs/fess/es/user/cbean/cq/bs/BsUserCQ.java
if (opLambda != null) { opLambda.callback(builder); } } public void setGroups_Regexp(String groups) { setGroups_Regexp(groups, null); } public void setGroups_Regexp(String groups, ConditionOptionCall<RegexpQueryBuilder> opLambda) { RegexpQueryBuilder builder = regRegexpQ("groups", groups);
Registered: 2024-06-12 13:08 - Last Modified: 2024-02-22 01:37 - 326.1K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.8.md
are now in the apps/v1beta2 group and version. - The apps/v1beta2 group version adds a Scale subresource for the StatefulSet kind. - All kinds in the apps/v1beta2 group version add a corresponding conditions kind. #### Behavioral Changes - For all kinds in the API group version, a spec.selector default value is no longer
Registered: 2024-06-15 01:39 - Last Modified: 2024-02-20 15:45 - 312.2K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.9.md
* OpenStack security group support has been beefed up ([#50836](https://github.com/kubernetes/kubernetes/pull/50836),[ @FengyunPan](https://github.com/FengyunPan)): * Kubernetes will now automatically determine the security group for the node * Nodes can now belong to multiple security groups ### **Scheduling** #### **Hardware Accelerators**
Registered: 2024-06-15 01:39 - Last Modified: 2021-11-16 10:46 - 313.7K bytes - Viewed (0) -
staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/generated.pb.go
} postIndex := iNdEx + msglen if postIndex < 0 { return ErrInvalidLengthGenerated } if postIndex > l { return io.ErrUnexpectedEOF } m.Groups = append(m.Groups, APIGroup{}) if err := m.Groups[len(m.Groups)-1].Unmarshal(dAtA[iNdEx:postIndex]); err != nil { return err } iNdEx = postIndex default: iNdEx = preIndex skippy, err := skipGenerated(dAtA[iNdEx:])
Registered: 2024-06-15 01:39 - Last Modified: 2024-03-01 06:06 - 281.4K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.18.md
- Fixed AWS Cloud Provider attempting to delete LoadBalancer security group it didn’t provision, and fixed AWS Cloud Provider creating a default LoadBalancer security group even if annotation `service.beta.kubernetes.io/aws-load-balancer-security-groups` is present because the intended behavior of aws-load-balancer-security-groups is to replace all security groups assigned to the load balancer. ([#84265](https://github.com/kubernetes/kubernetes/pull/84265), [@bhag...
Registered: 2024-06-15 01:39 - Last Modified: 2021-06-16 17:18 - 373.2K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.11.md
## Changelog since v1.11.8 ### Other notable changes * Prevent AWS Network Load Balancer security groups ingress rules to be deleted by ensuring target groups are tagged. ([#73594](https://github.com/kubernetes/kubernetes/pull/73594), [@masterzen](https://github.com/masterzen))
Registered: 2024-06-15 01:39 - Last Modified: 2020-02-06 06:04 - 328.4K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.7.md
* The kube-apiserver discovery APIs (for example, `/apis`) return information about the API groups being served, and can change dynamically. During server startup, prior to the server reporting healthy (via `/healthz`), not all API groups may be reported. Wait for the server to report healthy (via `/healthz`) before depending on the information provided by the discovery APIs.
Registered: 2024-06-15 01:39 - Last Modified: 2022-05-05 13:44 - 308.7K bytes - Viewed (0) -
pkg/apis/core/types.go
// SupplementalGroupsPolicy defines how supplemental groups // of the first container processes are calculated. type SupplementalGroupsPolicy string const ( // SupplementalGroupsPolicyMerge means that the container's provided // SupplementalGroups and FsGroup (specified in SecurityContext) will be // merged with the primary user's groups as defined in the container image // (in /etc/group).
Registered: 2024-06-15 01:39 - Last Modified: 2024-05-29 22:40 - 268.9K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.14.md
* kube-apiserver: `--runtime-config` can once again be used to enable/disable serving specific resources in the `extensions/v1beta1` API group. Note that specific resource enablement/disablement is only allowed for the `extensions/v1beta1` API group for legacy reasons. Attempts to enable/disable individual resources in other API groups will print a warning, and will return an error in future releases. ([#72249](https://github.com/kubernetes/kubernetes/pull/72249), [@liggitt](https:/...
Registered: 2024-06-15 01:39 - Last Modified: 2021-06-14 22:06 - 271.5K bytes - Viewed (2) -
CHANGELOG/CHANGELOG-1.12.md
* Prevent AWS Network Load Balancer security groups ingress rules to be deleted by ensuring target groups are tagged. ([#73594](https://github.com/kubernetes/kubernetes/pull/73594), [@masterzen](https://github.com/masterzen))
Registered: 2024-06-15 01:39 - Last Modified: 2020-02-06 06:04 - 293.8K bytes - Viewed (0)