Search Options

Results per page
Sort
Preferred Languages
Advance

Results 231 - 240 of 250 for uid4 (0.04 sec)

  1. src/main/java/org/codelibs/fess/mylasta/action/FessMessages.java

    1. import org.lastaflute.core.message.UserMessage;
    2.  
    3. /**
    4. * The keys for message.
    5. * @author FreeGen
    6. */
    7. public class FessMessages extends FessLabels {
    8.  
    9. /** The serial version UID for object serialization. (Default) */
    10. private static final long serialVersionUID = 1L;
    11.  
    12. /** The key of the message: */
    13. public static final String ERRORS_front_header = "{errors.front_header}";
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 119.9K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.21.md

    1. - The calculation of pod UIDs for static pods has changed to ensure each static pod gets a unique value - this will cause all static pod containers to be recreated/restarted if an in-place kubelet upgrade from 1.20 to 1.21 is performed. Note that draining pods before upgrading...
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Fri Oct 14 07:03:14 UTC 2022
    - 367.3K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.22.md

    1. - Kube API server accepts `Impersonate-Uid` header to impersonate a user with a specific UID, in the same way that you can currently use `Impersonate-User`, `Impersonate-Group` and `Impersonate-Extra`. ([#99961](https://github.com/kubernetes/kubernetes/pull/99961), [@margocrawf](https://github.com/margocrawf))
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Tue Dec 13 12:43:45 UTC 2022
    - 454.1K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.10.md

    1. * [alpha] CRI now supports specifying the GID of the container at both LinuxSandboxSecurityContext and LinuxContainerSecurityContext in addition to specifying the UID. Support is implemented for dockershim. [@krmayankk]
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 341.8K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.11.md

    1. * kubeadm: stop setting UID in the kubelet ConfigMap ([#66341](https://github.com/kubernetes/kubernetes/pull/66341), [@runiq](https://github.com/runiq))
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Thu Feb 06 06:04:15 UTC 2020
    - 328.4K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.12.md

    1. - UserInfo derived from service account tokens created from the TokenRequest API now include the pod name and UID in the Extra field. ([#61858](https://github.com/kubernetes/kubernetes/pull/61858), [@mikedanese](https://github.com/mikedanese))
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Thu Feb 06 06:04:15 UTC 2020
    - 293.8K bytes
    - Viewed (0)
  7. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

    1. import org.lastaflute.core.message.UserMessages;
    2.  
    3. /**
    4. * The keys for message.
    5. * @author FreeGen
    6. */
    7. public class FessLabels extends UserMessages {
    8.  
    9. /** The serial version UID for object serialization. (Default) */
    10. private static final long serialVersionUID = 1L;
    11.  
    12. /** The key of the message: Realm */
    13. public static final String LABELS_AUTH_REALM = "{labels.authRealm}";
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 146.4K bytes
    - Viewed (0)
  8. api/go1.13.txt

    1. pkg syscall (netbsd-arm64-cgo), type Credential struct, Groups []uint32
    2. pkg syscall (netbsd-arm64-cgo), type Credential struct, NoSetGroups bool
    3. pkg syscall (netbsd-arm64-cgo), type Credential struct, Uid uint32
    4. pkg syscall (netbsd-arm64-cgo), type Dirent struct
    5. pkg syscall (netbsd-arm64-cgo), type Dirent struct, Fileno uint64
    6. pkg syscall (netbsd-arm64-cgo), type Dirent struct, Name [512]int8
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Thu Aug 08 18:44:16 UTC 2019
    - 452.6K bytes
    - Viewed (0)
  9. CHANGELOG/CHANGELOG-1.14.md

    1. - Changed CRI pod log directory from `/var/log/pods/UID` to `/var/log/pods/NAMESPACE_NAME_UID`. ([#74441](https://github.com/kubernetes/kubernetes/pull/74441), [@Random-Liu](https://github.com/Random-Liu))
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Mon Jun 14 22:06:39 UTC 2021
    - 271.5K bytes
    - Viewed (0)
  10. api/go1.14.txt

    1. pkg syscall (freebsd-arm64), type Credential struct, Groups []uint32
    2. pkg syscall (freebsd-arm64), type Credential struct, NoSetGroups bool
    3. pkg syscall (freebsd-arm64), type Credential struct, Uid uint32
    4. pkg syscall (freebsd-arm64), type Dirent struct
    5. pkg syscall (freebsd-arm64), type Dirent struct, Fileno uint64
    6. pkg syscall (freebsd-arm64), type Dirent struct, Name [256]int8
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Fri Feb 17 20:31:46 UTC 2023
    - 508.9K bytes
    - Viewed (0)
Back to top